From c0a01ee83d3d4749ac9e7e46d8d47b991c65537f Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 21 Apr 2024 09:49:44 +0200 Subject: [PATCH] geom(4): Fix a typo in a source code comment - s/cant/can't/ MFC after: 3 days --- 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