The branch main has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=886ce99deab628ad05e86f2be19f06b66cc67cf8

commit 886ce99deab628ad05e86f2be19f06b66cc67cf8
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-09-04 11:57:00 +0000
Commit:     Gordon Bergling <[email protected]>
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.
  *

Reply via email to