diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-29 11:03:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-29 11:03:01 +0000 |
commit | 12eea70d7dcdb4ee31d6895d0eb9bd89377bfca2 (patch) | |
tree | f3c256c19e59c7e984b41240701f0c63caa6889b | |
parent | 9ffd4ae3df2c4326c710b1ed52c9fc44ba5f7c8f (diff) | |
download | coreutils-12eea70d7dcdb4ee31d6895d0eb9bd89377bfca2.tar.xz |
Fix grammar in comment.
-rw-r--r-- | lib/xstat.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xstat.in b/lib/xstat.in index 6e357a8d1..3f10ef3b9 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 |