aboutsummaryrefslogtreecommitdiff
path: root/bin/pax/cache.h
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2002-05-16 01:57:20 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2002-05-16 01:57:20 +0000
commitebd43244579d173cb41cd886cd74d2248de9acf0 (patch)
treea6535f7145cab2b794accc91e7549be9d65f90f6 /bin/pax/cache.h
parentdfd339a02cf20a19206137a13fb8785d95afd8e9 (diff)
Notes
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 642058851070..853b02edf047 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 file system. These misses
+ * bit worse than with files already resident on the filesystem. These misses
* create a MAJOR performance cost. To address this problem, these routines
* cache both hits and misses.
*