small typos

slightly more informative comments
This commit is contained in:
Enrico Spinielli 2024-04-27 13:08:12 +02:00 committed by GitHub
parent 2bfd6b37c1
commit 4b2b65cab7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;