aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-03-27 16:31:00 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-03-28 17:28:08 +0000
commit407a0eac799bd68f55b9a91087dcd4106226ebaf (patch)
tree1a2688d2e027bc6f6345d58405261811f12a622a /sbin
parentb1c5f60ce87cc2f179dfb81de507d9b7bf59564c (diff)
downloadsrc-407a0eac799bd68f55b9a91087dcd4106226ebaf.tar.gz
src-407a0eac799bd68f55b9a91087dcd4106226ebaf.zip
geom(4): Fix a typo in a source code comment
- s/comand/command/ MFC after: 3 days
Diffstat (limited to 'sbin')
-rw-r--r--sbin/geom/core/geom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/geom/core/geom.h b/sbin/geom/core/geom.h
index 38a99032f692..a76021c8aca5 100644
--- a/sbin/geom/core/geom.h
+++ b/sbin/geom/core/geom.h
@@ -34,7 +34,7 @@
/*
* The G_FLAG_VERBOSE flag on a command specification means that the
- * comand will accept a -v option and the GEOM framework will print
+ * command will accept a -v option and the GEOM framework will print
* out status information after the command when it is run with -v.
* Additionally a GEOM command can explicitly specify a -v option and
* handle it as it would any other option. If both a -v option and