From 886ce99deab628ad05e86f2be19f06b66cc67cf8 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 4 Sep 2022 13:57:00 +0200 Subject: [PATCH] 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 8d3f6f90b2d..a7e4b6d03a5 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. *