1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Use the word invalid instead of illegal.

This commit is contained in:
Jonas 'Sortie' Termansen 2014-08-03 13:40:35 +02:00
parent 76bf0eb30c
commit b6b19c88fd
3 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ extern "C" const char* sortix_strerror(int errnum)
case ENOTEMPTY: return "Directory not empty";
case EBUSY: return "Device or resource busy";
case EPIPE: return "Broken pipe";
case EILSEQ: return "Illegal byte sequence";
case EILSEQ: return "Invalid byte sequence";
case ELAKE: return "Sit by a lake";
case EMFILE: return "Too many open files";
case EAGAIN: return "Resource temporarily unavailable";