From b32d49cfbaa0437d08e65e7cd7c82c5951b1a852 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Thu, 25 Jan 2024 22:19:35 -0800 Subject: [PATCH] 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 04382d14f48..c46c2091a5a 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. *