1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 00:07:51 +02:00

filesystems -> file systems

This commit is contained in:
Paul Eggert
2004-11-26 07:27:45 +00:00
parent 38bcbe928b
commit 9c8b155e38
+1 -1
View 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. */