aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-09-04 11:57:00 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-09-07 07:23:31 +0000
commit027db5e629140377f126ca3fe9aab5702e7b2ccf (patch)
treec75af28e29301474812de45f5355320e6733840d /usr.sbin
parent3887ce6c194645001d7999b5f661aa6c43bded25 (diff)
downloadsrc-027db5e629140377f126ca3fe9aab5702e7b2ccf.tar.gz
src-027db5e629140377f126ca3fe9aab5702e7b2ccf.zip
bhyve(4): Remove a double word in a source code comment
- s/the the/the/ (cherry picked from commit 886ce99deab628ad05e86f2be19f06b66cc67cf8)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bhyve/config.h2
1 files changed, 1 insertions, 1 deletions
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.
*