From de88f85becddf1e9e1b87a55c8a922c67c96003d Mon Sep 17 00:00:00 2001 From: Enrico Spinielli Date: Sat, 27 Apr 2024 14:03:56 +0200 Subject: [PATCH] small typo too --- libc/errno.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/errno.h b/libc/errno.h index a25becb57..bd0387033 100644 --- a/libc/errno.h +++ b/libc/errno.h @@ -291,7 +291,7 @@ extern const errno_t ENOTSOCK; extern const errno_t EDESTADDRREQ; /** - * Message too errno_t. + * Message too big. */ extern const errno_t EMSGSIZE;