aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYen-Cheng Chang <jonason2004@gmail.com>2024-01-01 06:38:02 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2024-02-13 04:33:06 +0000
commit664812f73488c4c0e16982c5c97d639deb9d2431 (patch)
tree4b4e9c1ea08fac3bf7768d0c98b30f393ae0504f /tests
parent26e69f9f98bf976b0f898f1fcb9ca572a0f22c54 (diff)
downloadsrc-664812f73488c4c0e16982c5c97d639deb9d2431.tar.gz
src-664812f73488c4c0e16982c5c97d639deb9d2431.zip
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
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/file/closefrom_test.c2
1 files changed, 1 insertions, 1 deletions
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);