Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2024 10:20:15 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: 956a99badeaf - stable/14 - geom(4): Fix a typo in a source code comment
Message-ID:  <202404241020.43OAKFOs057012@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=956a99badeaf1eadbb9eb83d11fd07b7cb7ee771

commit 956a99badeaf1eadbb9eb83d11fd07b7cb7ee771
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-04-21 07:49:44 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-04-24 10:19:28 +0000

    geom(4): Fix a typo in a source code comment
    
    - s/cant/can't/
    
    (cherry picked from commit c0a01ee83d3d4749ac9e7e46d8d47b991c65537f)
---
 sys/geom/geom_subr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/geom/geom_subr.c b/sys/geom/geom_subr.c
index 6aa7ded19537..3fef8a918530 100644
--- a/sys/geom/geom_subr.c
+++ b/sys/geom/geom_subr.c
@@ -475,7 +475,7 @@ g_wither_geom_close(struct g_geom *gp, int error)
 }
 
 /*
- * This function is called (repeatedly) until we cant wash away more
+ * This function is called (repeatedly) until we can't wash away more
  * withered bits at present.
  */
 void



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