summaryrefslogtreecommitdiff
path: root/src/copy.h
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.h
parent7c3c6876ab9f680e495cc70d58fe99ee8e7c2dad (diff)
downloadcoreutils-15e38ec27dc622cbfff130f0994e978781abcae9.tar.xz
Use "file system" rather than "filesystem" in comments.
Diffstat (limited to 'src/copy.h')
-rw-r--r--src/copy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copy.h b/src/copy.h
index 0979ee1af..76041595b 100644
--- a/src/copy.h
+++ b/src/copy.h
@@ -97,7 +97,7 @@ struct cp_options
uid_t myeuid;
/* If nonzero, when copying recursively, skip any subdirectories that are
- on different filesystems from the one we started on. */
+ on different file systems from the one we started on. */
int one_file_system;
/* If nonzero, attempt to give the copies the original files' permissions,