Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2024 08:25:29 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: 49eeca743b70 - main - stat(1): Fix grammar error in stat.c
Message-ID:  <202402130825.41D8PTIo095080@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=49eeca743b70d13883ed1db73b6e04fbab791681

commit 49eeca743b70d13883ed1db73b6e04fbab791681
Author:     LO WEN-CHIEN <s111062113@m111.nthu.edu.tw>
AuthorDate: 2024-01-07 13:14:12 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2024-02-13 07:33:16 +0000

    stat(1): Fix grammar error in stat.c
    
    Event:          Advanced UNIX Programming Course (Fall’23) at NTHU
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1014
---
 usr.bin/stat/stat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.bin/stat/stat.c b/usr.bin/stat/stat.c
index 720069db3195..1fd8288728c1 100644
--- a/usr.bin/stat/stat.c
+++ b/usr.bin/stat/stat.c
@@ -1022,7 +1022,7 @@ format1(const struct stat *st,
 		(void)strcat(lfmt, tmp);
 
 		/*
-		 * For precision of less that nine digits, trim off the
+		 * For precision of less than nine digits, trim off the
 		 * less significant figures.
 		 */
 		for (; prec < 9; prec++)



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