From: Ulrich Drepper Date: Tue, 16 Feb 1999 12:13:56 +0000 (+0000) Subject: (_sys_errlist): Fix typo. X-Git-Tag: glibc-2.16-ports-before-merge~2931 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42bda2c45336f8a110ba83ee7d250889dbfb1159;p=thirdparty%2Fglibc.git (_sys_errlist): Fix typo. --- diff --git a/sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c b/sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c index 37f003bda1c..5d642e47f1f 100644 --- a/sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c +++ b/sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c @@ -177,7 +177,7 @@ const char *const _sys_errlist[] = N_("No route to host"), N_("Operation already in progress"), N_("Operation now in progress"), - N_("Stale NFS file handle)" + N_("Stale NFS file handle") }; weak_alias (_sys_errlist, sys_errlist)