summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-11-26 07:27:45 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-11-26 07:27:45 +0000
commit9c8b155e3889ef6600437fb0933e9a28bb085134 (patch)
tree4790d1fa38d68064d717be930baf66c3e0cb8aeb
parent38bcbe928bf799196ea5d5fe42521faaaf475533 (diff)
downloadcoreutils-9c8b155e3889ef6600437fb0933e9a28bb085134.tar.xz
filesystems -> file systems
-rw-r--r--lib/getcwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getcwd.c b/lib/getcwd.c
index 7a583070f..1bc7ab60a 100644
--- a/lib/getcwd.c
+++ b/lib/getcwd.c
@@ -280,7 +280,7 @@ __getcwd (char *buf, size_t size)
entry_status = __lstat (dotlist, &st);
#endif
/* We don't fail here if we cannot stat() a directory entry.
- This can happen when (network) filesystems fail. If this
+ This can happen when (network) file systems fail. If this
entry is in fact the one we are looking for we will find
out soon as we reach the end of the directory without
having found anything. */