summaryrefslogtreecommitdiffstats
path: root/bin/pax/tar.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pax/tar.c')
-rw-r--r--bin/pax/tar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/tar.c b/bin/pax/tar.c
index 43dcdda..0fd497a 100644
--- a/bin/pax/tar.c
+++ b/bin/pax/tar.c
@@ -511,7 +511,7 @@ tar_wr(ARCHD *arcn)
char hdblk[sizeof(HD_TAR)];
/*
- * check for those filesystem types which tar cannot store
+ * check for those file system types which tar cannot store
*/
switch(arcn->type) {
case PAX_DIR:
@@ -892,7 +892,7 @@ ustar_wr(ARCHD *arcn)
char hdblk[sizeof(HD_USTAR)];
/*
- * check for those filesystem types ustar cannot store
+ * check for those file system types ustar cannot store
*/
if (arcn->type == PAX_SCK) {
paxwarn(1, "Ustar cannot archive a socket %s", arcn->org_name);
OpenPOWER on IntegriCloud