The branch stable/14 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=319f32a1748e4963c7680d4b124fa1e53ddc7c6a
commit 319f32a1748e4963c7680d4b124fa1e53ddc7c6a Author: Yen-Cheng Chang <[email protected]> AuthorDate: 2024-01-01 06:38:02 +0000 Commit: John Baldwin <[email protected]> CommitDate: 2025-12-18 18:43:43 +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 (cherry picked from commit 664812f73488c4c0e16982c5c97d639deb9d2431) --- 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);
