git: 9dcb2e62c8b5 - stable/13 - geom(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 13:35:39 UTC
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