Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2024 09:07:17 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b00271ceea27 - main - growfs(8): Grammar fix
Message-ID:  <202402130907.41D97HUP063375@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

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

commit b00271ceea273a229354820a893bcf727d0e6f18
Author:     HUANG,YU-JIA <s112062566@m112.nthu.edu.tw>
AuthorDate: 2024-01-13 14:07:33 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2024-02-13 09:05:18 +0000

    growfs(8): Grammar fix
    
    Event:          Advanced UNIX Programming Course (Fall'23) at NTHU.
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1056
---
 sbin/growfs/debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/growfs/debug.c b/sbin/growfs/debug.c
index 456e67dbc5c2..bfff2acad2b5 100644
--- a/sbin/growfs/debug.c
+++ b/sbin/growfs/debug.c
@@ -57,7 +57,7 @@ static FILE		*dbg_log = NULL;
 static unsigned int	indent = 0;
 
 /*
- * prototypes not done here, as they come with debug.h
+ * prototypes are not done here, as they come with debug.h
  */
 
 /*



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