git: 407a0eac799b - main - geom(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Mon, 28 Mar 2022 17:28:51 UTC
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=407a0eac799bd68f55b9a91087dcd4106226ebaf

commit 407a0eac799bd68f55b9a91087dcd4106226ebaf
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 16:31:00 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-03-28 17:28:08 +0000

    geom(4): Fix a typo in a source code comment
    
    - s/comand/command/
    
    MFC after:      3 days
---
 sbin/geom/core/geom.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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