]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(_sys_errlist): Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Tue, 16 Feb 1999 12:13:56 +0000 (12:13 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 16 Feb 1999 12:13:56 +0000 (12:13 +0000)
sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c

index 37f003bda1cc8927e2ed13bfc9490112868c9d6a..5d642e47f1f7f076ec7e8900dbbce3acc536172b 100644 (file)
@@ -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)