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:
committed by
Li-Wen Hsu
parent
26e69f9f98
commit
664812f734
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user