summaryrefslogtreecommitdiff
path: root/src/copy.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-30 22:33:40 +0000
committerJim Meyering <jim@meyering.net>2004-06-30 22:33:40 +0000
commit15e38ec27dc622cbfff130f0994e978781abcae9 (patch)
treedc9dde73520974d34c72260c0d91209e287bb18a /src/copy.c
parent7c3c6876ab9f680e495cc70d58fe99ee8e7c2dad (diff)
downloadcoreutils-15e38ec27dc622cbfff130f0994e978781abcae9.tar.xz
Use "file system" rather than "filesystem" in comments.
Diffstat (limited to 'src/copy.c')
-rw-r--r--src/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copy.c b/src/copy.c
index bf17e0617..e912d43d5 100644
--- a/src/copy.c
+++ b/src/copy.c
@@ -1158,7 +1158,7 @@ copy_internal (const char *src_path, const char *dst_path,
if (earlier_file)
{
- /* Avoid damaging the destination filesystem by refusing to preserve
+ /* Avoid damaging the destination file system by refusing to preserve
hard-linked directories (which are found at least in Netapp snapshot
directories). */
if (S_ISDIR (src_type))