summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-10-29 11:03:01 +0000
committerJim Meyering <jim@meyering.net>2000-10-29 11:03:01 +0000
commit3bce2fd46bda9b8198d5fd04b59112621ad8a04d (patch)
tree0fe3e058733cb432ebbd19bea8f3bcb4c85692ba
parentb42f724f9e5dd463cdf4a36dc3bb911cefcaff6f (diff)
downloadgnulib-3bce2fd46bda9b8198d5fd04b59112621ad8a04d.tar.gz
Fix grammar in comment.
-rw-r--r--lib/xstat.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xstat.in b/lib/xstat.in
index 6e357a8d1e..3f10ef3b93 100644
--- a/lib/xstat.in
+++ b/lib/xstat.in
@@ -52,7 +52,7 @@ void free ();
char *xmalloc ();
-/* lstat works different on Linux and Solaris systems. POSIX (see
+/* lstat works differently on Linux and Solaris systems. POSIX (see
`pathname resolution' in the glossary) requires that programs like `ls'
take into consideration the fact that FILE has a trailing slash when
FILE is a symbolic link. On Linux systems, the lstat function already