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
This commit is contained in:
Yen-Cheng Chang
2024-01-01 14:38:02 +08:00
committed by Li-Wen Hsu
parent 26e69f9f98
commit 664812f734
+1 -1
View File
@@ -146,7 +146,7 @@ main(void)
printf("1..21\n"); 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(); start = devnull();
if (start == -1) if (start == -1)
fail("open", "bad descriptor %d", start); fail("open", "bad descriptor %d", start);