diff options
author | 2001-01-04 21:45:29 +0000 | |
---|---|---|
committer | 2001-01-04 21:45:29 +0000 | |
commit | 6dd23de77c90ffdf2459f98599a25206f60ff9e2 (patch) | |
tree | 8ddcbc2b52ba94b294f8df55b96000227a5d3958 /lib/libc/db | |
parent | spelling (diff) | |
download | wireguard-openbsd-6dd23de77c90ffdf2459f98599a25206f60ff9e2.tar.xz wireguard-openbsd-6dd23de77c90ffdf2459f98599a25206f60ff9e2.zip |
grammer/spelling
Diffstat (limited to 'lib/libc/db')
-rw-r--r-- | lib/libc/db/hash/hash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/db/hash/hash.h b/lib/libc/db/hash/hash.h index 08998f3f1fa..bd96da9e137 100644 --- a/lib/libc/db/hash/hash.h +++ b/lib/libc/db/hash/hash.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hash.h,v 1.4 1999/02/15 05:11:24 millert Exp $ */ +/* $OpenBSD: hash.h,v 1.5 2001/01/04 21:45:30 todd Exp $ */ /*- * Copyright (c) 1990, 1993, 1994 @@ -106,7 +106,7 @@ typedef struct htab { /* Memory resident data structure */ int cbucket; /* Current bucket */ int cndx; /* Index of next item on cpage */ int errno; /* 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 |