Fix errno.h documentation typos

Closes #1156
This commit is contained in:
Justine Tunney 2024-04-28 22:57:21 -07:00
parent ff2b6fc0b0
commit 2b00ee8723
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -74,7 +74,7 @@ extern const errno_t EIO;
extern const errno_t ENXIO;
/**
* Argument list too errno_t.
* Argument list too long.
*/
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;
@ -291,7 +291,7 @@ extern const errno_t ENOTSOCK;
extern const errno_t EDESTADDRREQ;
/**
* Message too errno_t.
* Message too long.
*/
extern const errno_t EMSGSIZE;