summaryrefslogtreecommitdiffstats
path: root/bin/pax/options.c
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 01:57:20 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 01:57:20 +0000
commit56036d26233ff609be6306f948bdbebc57075335 (patch)
treea6535f7145cab2b794accc91e7549be9d65f90f6 /bin/pax/options.c
parent24cc1f8e45f072238cecb4ba927e38f90d1627f5 (diff)
downloadFreeBSD-src-56036d26233ff609be6306f948bdbebc57075335.zip
FreeBSD-src-56036d26233ff609be6306f948bdbebc57075335.tar.gz
Consistancy check s/file system/filesystem/
Reviewed by: brian
Diffstat (limited to 'bin/pax/options.c')
-rw-r--r--bin/pax/options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/options.c b/bin/pax/options.c
index 7e6b56b..45ca520 100644
--- a/bin/pax/options.c
+++ b/bin/pax/options.c
@@ -481,7 +481,7 @@ pax_options(int argc, char **argv)
break;
case 'X':
/*
- * do not pass over mount points in the file system
+ * do not pass over mount points in the filesystem
*/
Xflag = 1;
flg |= CXF;
@@ -772,7 +772,7 @@ tar_options(int argc, char **argv)
break;
case 'X':
/*
- * do not pass over mount points in the file system
+ * do not pass over mount points in the filesystem
*/
Xflag = 1;
break;
OpenPOWER on IntegriCloud