mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-06 09:50:28 +00:00
small typos
slightly more informative comments
This commit is contained in:
parent
2bfd6b37c1
commit
4b2b65cab7
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ extern const errno_t EIO;
|
||||||
extern const errno_t ENXIO;
|
extern const errno_t ENXIO;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Argument list too errno_t.
|
* Argument list too big.
|
||||||
*/
|
*/
|
||||||
extern const errno_t E2BIG;
|
extern const errno_t E2BIG;
|
||||||
|
|
||||||
|
@ -226,7 +226,7 @@ extern const errno_t ERANGE;
|
||||||
extern const errno_t EDEADLK;
|
extern const errno_t EDEADLK;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filename too errno_t.
|
* Filename too long.
|
||||||
*/
|
*/
|
||||||
extern const errno_t ENAMETOOLONG;
|
extern const errno_t ENAMETOOLONG;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue