summaryrefslogtreecommitdiffstats
path: root/bin/pax/cache.h
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-08-21 17:32:44 +0000
committertrhodes <trhodes@FreeBSD.org>2002-08-21 17:32:44 +0000
commit9618da3e35435c433d8086d65af15f716ffe32ec (patch)
tree170fdd70317f0e6648584759afc92e4021ebcd92 /bin/pax/cache.h
parent34ae8fe5374af25df8e04d804f045ed309399984 (diff)
downloadFreeBSD-src-9618da3e35435c433d8086d65af15f716ffe32ec.zip
FreeBSD-src-9618da3e35435c433d8086d65af15f716ffe32ec.tar.gz
s/filesystem/file system/ as discussed on -developers
Diffstat (limited to 'bin/pax/cache.h')
-rw-r--r--bin/pax/cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pax/cache.h b/bin/pax/cache.h
index 853b02e..6420588 100644
--- a/bin/pax/cache.h
+++ b/bin/pax/cache.h
@@ -42,7 +42,7 @@
* Constants and data structures used to implement group and password file
* caches. Traditional passwd/group cache routines perform quite poorly with
* archives. The chances of hitting a valid lookup with an archive is quite a
- * bit worse than with files already resident on the filesystem. These misses
+ * bit worse than with files already resident on the file system. These misses
* create a MAJOR performance cost. To address this problem, these routines
* cache both hits and misses.
*
OpenPOWER on IntegriCloud