Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2025 19:13:51 +0000
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Cc:        Yen-Cheng Chang <jonason2004@gmail.com>
Subject:   git: 319f32a1748e - stable/14 - Fix grammar error in test/sys/file/closefrom_test.c
Message-ID:  <6944526f.33cdf.2d146dbb@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by jhb:

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

commit 319f32a1748e4963c7680d4b124fa1e53ddc7c6a
Author:     Yen-Cheng Chang <jonason2004@gmail.com>
AuthorDate: 2024-01-01 06:38:02 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
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);


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6944526f.33cdf.2d146dbb>