Date: Sun, 4 Sep 2022 11:57:10 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 886ce99deab6 - main - bhyve(4): Remove a double word in a source code comment Message-ID: <202209041157.284BvAQZ085772@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209041157.284BvAQZ085772>