From 4b2b65cab73197ad22109c8824f10058c919c82f Mon Sep 17 00:00:00 2001 From: Enrico Spinielli Date: Sat, 27 Apr 2024 13:08:12 +0200 Subject: [PATCH] small typos slightly more informative comments --- libc/errno.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libc/errno.h b/libc/errno.h index ed0b39523..a25becb57 100644 --- a/libc/errno.h +++ b/libc/errno.h @@ -74,7 +74,7 @@ extern const errno_t EIO; extern const errno_t ENXIO; /** - * Argument list too errno_t. + * Argument list too big. */ extern const errno_t E2BIG; @@ -226,7 +226,7 @@ extern const errno_t ERANGE; extern const errno_t EDEADLK; /** - * Filename too errno_t. + * Filename too long. */ extern const errno_t ENAMETOOLONG;