Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2024 04:47:06 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: 664812f73488 - main - Fix grammar error in test/sys/file/closefrom_test.c
Message-ID:  <202402130447.41D4l6ER024244@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=664812f73488c4c0e16982c5c97d639deb9d2431

commit 664812f73488c4c0e16982c5c97d639deb9d2431
Author:     Yen-Cheng Chang <jonason2004@gmail.com>
AuthorDate: 2024-01-01 06:38:02 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2024-02-13 04:33:06 +0000

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

diff --git a/tests/sys/file/closefrom_test.c b/tests/sys/file/closefrom_test.c
index 7c6787bfd5f2..e30c5eb3d591 100644
--- a/tests/sys/file/closefrom_test.c
+++ b/tests/sys/file/closefrom_test.c
@@ -146,7 +146,7 @@ main(void)
 
 	printf("1..21\n");
 
-	/* We better start up with fd's 0, 1, and 2 open. */
+	/* We'd better start up with fd's 0, 1, and 2 open. */
 	start = devnull();
 	if (start == -1)
 		fail("open", "bad descriptor %d", start);



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