git: b32d49cfbaa0 - main - tests: fix typo in a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Jan 2024 06:20:24 UTC
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=b32d49cfbaa0437d08e65e7cd7c82c5951b1a852 commit b32d49cfbaa0437d08e65e7cd7c82c5951b1a852 Author: Gleb Smirnoff <glebius@FreeBSD.org> AuthorDate: 2024-01-26 06:19:35 +0000 Commit: Gleb Smirnoff <glebius@FreeBSD.org> CommitDate: 2024-01-26 06:19:59 +0000 tests: fix typo in a comment --- tests/sys/kern/shutdown_dgram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/kern/shutdown_dgram.c b/tests/sys/kern/shutdown_dgram.c index 04382d14f48f..c46c2091a5a0 100644 --- a/tests/sys/kern/shutdown_dgram.c +++ b/tests/sys/kern/shutdown_dgram.c @@ -39,7 +39,7 @@ * shutdown(2) on SOCK_DGRAM shall return ENOTCONN per POSIX. However, there * is historical behavior of the shutdown(2) also unblocking any ongoing * recv(2) syscall on the socket. It is known that some programs rely on this - * behavior, but exact list of problems isn't known. Neither we know if the + * behavior, but exact list of programs isn't known. Neither we know if the * "feature" is required on PF_UNIX sockets or on PF_INET/INET6 sockets or * on both kinds. Feel free to improve this comment if you know any details. *