diff options
author | trhodes <trhodes@FreeBSD.org> | 2002-08-21 17:32:44 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2002-08-21 17:32:44 +0000 |
commit | 9618da3e35435c433d8086d65af15f716ffe32ec (patch) | |
tree | 170fdd70317f0e6648584759afc92e4021ebcd92 /bin/pax/tar.c | |
parent | 34ae8fe5374af25df8e04d804f045ed309399984 (diff) | |
download | FreeBSD-src-9618da3e35435c433d8086d65af15f716ffe32ec.zip FreeBSD-src-9618da3e35435c433d8086d65af15f716ffe32ec.tar.gz |
s/filesystem/file system/ as discussed on -developers
Diffstat (limited to 'bin/pax/tar.c')
-rw-r--r-- | bin/pax/tar.c | 4 |
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); |