summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/errlst.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-08-21 17:11:00 +0000
committerphk <phk@FreeBSD.org>2002-08-21 17:11:00 +0000
commit34ae8fe5374af25df8e04d804f045ed309399984 (patch)
treef9b4b997e89fa0a9d6343010bf2cdbd6bb572e43 /lib/libc/gen/errlst.c
parent9e6f796b0d2083dcc48c062853660f96db0a3c8d (diff)
downloadFreeBSD-src-34ae8fe5374af25df8e04d804f045ed309399984.zip
FreeBSD-src-34ae8fe5374af25df8e04d804f045ed309399984.tar.gz
s/EDOFUS/EDOOFUS/
Persuaded by: Google
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 493a778..374f316 100644
--- a/lib/libc/gen/errlst.c
+++ b/lib/libc/gen/errlst.c
@@ -148,7 +148,7 @@ const char *const sys_errlist[] = {
"Attribute not found", /* 87 - ENOATTR */
/* General */
- "Programming error", /* 88 - EDOFUS */
+ "Programming error", /* 88 - EDOOFUS */
};
int errno;
const int sys_nerr = sizeof(sys_errlist) / sizeof(sys_errlist[0]);
OpenPOWER on IntegriCloud