From 56036d26233ff609be6306f948bdbebc57075335 Mon Sep 17 00:00:00 2001 From: trhodes Date: Thu, 16 May 2002 01:57:20 +0000 Subject: Consistancy check s/file system/filesystem/ Reviewed by: brian --- bin/pax/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/pax/options.c') 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; -- cgit v1.1