diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-10-16 18:40:31 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-10-16 18:40:31 +0000 |
commit | 6057d0d78872a308a8c6df9aa128c54c63186688 (patch) | |
tree | 4ae84134c987cfdebb56911689901fe32accf3aa /bin/pax/tables.h | |
parent | af5be28ed825aa6c375dc96b5f4b60dd0bed3ce7 (diff) |
Fix comment typos; most from NetBSD and FreeBSD
Diffstat (limited to 'bin/pax/tables.h')
-rw-r--r-- | bin/pax/tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/tables.h b/bin/pax/tables.h index c22945fb242..be37f3172ea 100644 --- a/bin/pax/tables.h +++ b/bin/pax/tables.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tables.h,v 1.3 2001/05/16 03:04:58 mickey Exp $ */ +/* $OpenBSD: tables.h,v 1.4 2002/10/16 18:40:30 millert Exp $ */ /* $NetBSD: tables.h,v 1.3 1995/03/21 09:07:47 cgd Exp $ */ /*- @@ -47,7 +47,7 @@ /* * Hash Table Sizes MUST BE PRIME, if set too small performance suffers. * Probably safe to expect 500000 inodes per tape. Assuming good key - * distribution (inodes) chains of under 50 long (worse case) is ok. + * distribution (inodes) chains of under 50 long (worst case) is ok. */ #define L_TAB_SZ 2503 /* hard link hash table size */ #define F_TAB_SZ 50503 /* file time hash table size */ |