aboutsummaryrefslogtreecommitdiff
path: root/bin/pax/cache.h
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>1999-05-08 10:22:15 +0000
committerKris Kennaway <kris@FreeBSD.org>1999-05-08 10:22:15 +0000
commit46be34b90213ebd9037cb2c24aec0009d7f2f5c1 (patch)
tree00d4f7b7c93cf85a8b324bbb69d0c039b6a3367f /bin/pax/cache.h
parentc578efe575dc0b2020cf21aaae2c34b12a12a430 (diff)
downloadsrc-46be34b90213ebd9037cb2c24aec0009d7f2f5c1.tar.gz
src-46be34b90213ebd9037cb2c24aec0009d7f2f5c1.zip
Various spelling/formatting changes.
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
Notes
Notes: svn path=/head/; revision=46684
Diffstat (limited to 'bin/pax/cache.h')
-rw-r--r--bin/pax/cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/cache.h b/bin/pax/cache.h
index 5c01ef410aef..7d682a23f0c4 100644
--- a/bin/pax/cache.h
+++ b/bin/pax/cache.h
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)cache.h 8.1 (Berkeley) 5/31/93
- * $Id$
+ * $Id: cache.h,v 1.4 1997/02/22 14:04:22 peter Exp $
*/
/*
@@ -43,7 +43,7 @@
* 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
- * create a MAJOR performance cost. To adress this problem, these routines
+ * create a MAJOR performance cost. To address this problem, these routines
* cache both hits and misses.
*
* NOTE: name lengths must be as large as those stored in ANY PROTOCOL and