Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-06-15 21:36:10 +0400
committerChristopher Faylor <me@cgf.cx>2011-06-15 21:36:10 +0400
commit4d046729d14fa71b685ce9573df207b45916e332 (patch)
treea6533335a4d7f22a217c7c7c4af04d423372ad4f /winsup/cygwin/errno.cc
parentbffb2a94a37e60ef5ad0b123acdb507504e83027 (diff)
* errno.cc (EIO): Lowercase "o" representative string.
Diffstat (limited to 'winsup/cygwin/errno.cc')
-rw-r--r--winsup/cygwin/errno.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/errno.cc b/winsup/cygwin/errno.cc
index b775db50d..c936ccde9 100644
--- a/winsup/cygwin/errno.cc
+++ b/winsup/cygwin/errno.cc
@@ -167,7 +167,7 @@ const char *_sys_errlist[] NO_COPY_INIT =
/* ENOENT 2 */ "No such file or directory",
/* ESRCH 3 */ "No such process",
/* EINTR 4 */ "Interrupted system call",
-/* EIO 5 */ "Input/Output error",
+/* EIO 5 */ "Input/output error",
/* ENXIO 6 */ "No such device or address",
/* E2BIG 7 */ "Argument list too long",
/* ENOEXEC 8 */ "Exec format error",