git: 886ce99deab6 - main - bhyve(4): Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Sep 2022 11:57:10 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=886ce99deab628ad05e86f2be19f06b66cc67cf8 commit 886ce99deab628ad05e86f2be19f06b66cc67cf8 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-04 11:57:00 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-04 11:57:00 +0000 bhyve(4): Remove a double word in a source code comment - s/the the/the/ MFC after: 3 days --- usr.sbin/bhyve/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bhyve/config.h b/usr.sbin/bhyve/config.h index 8d3f6f90b2dc..a7e4b6d03a5c 100644 --- a/usr.sbin/bhyve/config.h +++ b/usr.sbin/bhyve/config.h @@ -38,7 +38,7 @@ * The database only stores string values. Callers should parse * values into other types if needed. String values can reference * other configuration variables using a '%(name)' syntax. In this - * case, the name must be the the full path of the configuration + * case, the name must be the full path of the configuration * variable. The % character can be escaped with a preceding \ to * avoid expansion. Any \ characters must be escaped. *