aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-02-24 06:53:33 +0000
committerWarner Losh <imp@FreeBSD.org>2023-06-02 02:33:42 +0000
commita57ca37dd1848cd42844d9082c4a74c2ed57f68a (patch)
treef38705751ebe2e13a5f18afdd10b5a611c641103
parentfe4fa932692819317daa3fad04692b1533be5bf7 (diff)
downloadsrc-a57ca37dd1848cd42844d9082c4a74c2ed57f68a.tar.gz
src-a57ca37dd1848cd42844d9082c4a74c2ed57f68a.zip
iovctl: Fix typos
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/653
-rw-r--r--usr.sbin/iovctl/parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/iovctl/parse.c b/usr.sbin/iovctl/parse.c
index 347b35fb417a..227e51ae28ad 100644
--- a/usr.sbin/iovctl/parse.c
+++ b/usr.sbin/iovctl/parse.c
@@ -164,8 +164,8 @@ add_unicast_mac_config(const char *key, const ucl_object_t *obj, nvlist_t *confi
}
/*
- * Validates that the given configuation value has the right type as specified
- * in the schema, and then adds the value to the configuation node.
+ * Validates that the given configuration value has the right type as specified
+ * in the schema, and then adds the value to the configuration node.
*/
static void
add_config(const char *key, const ucl_object_t *obj, nvlist_t *config,