git: 027db5e62914 - stable/13 - bhyve(4): Remove a double word in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 07 Sep 2022 07:26:56 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=027db5e629140377f126ca3fe9aab5702e7b2ccf

commit 027db5e629140377f126ca3fe9aab5702e7b2ccf
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 11:57:00 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-07 07:23:31 +0000

    bhyve(4): Remove a double word in a source code comment
    
    - s/the the/the/
    
    (cherry picked from commit 886ce99deab628ad05e86f2be19f06b66cc67cf8)
---
 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 ae6c8df64c6f..1762b29c2f6d 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.
  *