Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2022 13:35:39 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 9dcb2e62c8b5 - stable/13 - geom(4): Fix a typo in a source code comment
Message-ID:  <202204021335.232DZd3l003088@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=9dcb2e62c8b5804cf730df56df5326a40729990f

commit 9dcb2e62c8b5804cf730df56df5326a40729990f
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 16:31:00 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 13:32:00 +0000

    geom(4): Fix a typo in a source code comment
    
    - s/comand/command/
    
    (cherry picked from commit 407a0eac799bd68f55b9a91087dcd4106226ebaf)
---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204021335.232DZd3l003088>