summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/hash
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-06 12:04:54 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-06 12:04:54 +0000
commit7dcfea0100bdd36891f50e5740f8a01da166b7a8 (patch)
tree710cb9ca4437832e789d408b97eb9385cd7091d9 /lib/libc/db/hash
parent2f1d3e2cdf4534d26d0b712e2d80bdce13126531 (diff)
downloadFreeBSD-src-7dcfea0100bdd36891f50e5740f8a01da166b7a8.zip
FreeBSD-src-7dcfea0100bdd36891f50e5740f8a01da166b7a8.tar.gz
Fix typo: compatability -> compatibility.
Compatability is not an existing english word. Add $FreeBSD$.
Diffstat (limited to 'lib/libc/db/hash')
-rw-r--r--lib/libc/db/hash/hash.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/db/hash/hash.h b/lib/libc/db/hash/hash.h
index 504a9b6..1462a6a 100644
--- a/lib/libc/db/hash/hash.h
+++ b/lib/libc/db/hash/hash.h
@@ -34,6 +34,7 @@
* SUCH DAMAGE.
*
* @(#)hash.h 8.3 (Berkeley) 5/31/94
+ * $FreeBSD$
*/
/* Operations */
@@ -104,7 +105,7 @@ typedef struct htab { /* Memory resident data structure */
int cbucket; /* Current bucket */
int cndx; /* Index of next item on cpage */
int error; /* Error Number -- for DBM
- * compatability */
+ * compatibility */
int new_file; /* Indicates if fd is backing store
* or no */
int save_file; /* Indicates whether we need to flush
OpenPOWER on IntegriCloud