diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2022-03-27 16:31:00 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-03-28 17:28:08 +0000 |
commit | 407a0eac799bd68f55b9a91087dcd4106226ebaf (patch) | |
tree | 1a2688d2e027bc6f6345d58405261811f12a622a /sbin | |
parent | b1c5f60ce87cc2f179dfb81de507d9b7bf59564c (diff) | |
download | src-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.h | 2 |
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 |