]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
filesystems -> file systems
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Nov 2004 07:27:45 +0000 (07:27 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Nov 2004 07:27:45 +0000 (07:27 +0000)
lib/getcwd.c

index 7a583070f3185051786351da86f23f51ff88742e..1bc7ab60a028cdd7c411817dbcf13fe404dc4b31 100644 (file)
@@ -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.  */