summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/errlst.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/errlst.c')
-rw-r--r--lib/libc/gen/errlst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/errlst.c b/lib/libc/gen/errlst.c
index b105cc8..d817823 100644
--- a/lib/libc/gen/errlst.c
+++ b/lib/libc/gen/errlst.c
@@ -36,7 +36,7 @@ __FBSDID("$FreeBSD$");
#include <stdio.h>
const char *const sys_errlist[] = {
- "Undefined error: 0", /* 0 - ENOERROR */
+ "No error: 0", /* 0 - ENOERROR */
"Operation not permitted", /* 1 - EPERM */
"No such file or directory", /* 2 - ENOENT */
"No such process", /* 3 - ESRCH */
OpenPOWER on IntegriCloud