diff options
Diffstat (limited to 'db/hash/hash.h')
-rw-r--r-- | db/hash/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/hash/hash.h b/db/hash/hash.h index 1c599c112c..62176d7b1f 100644 --- a/db/hash/hash.h +++ b/db/hash/hash.h @@ -104,7 +104,7 @@ typedef struct htab { /* Memory resident data structure */ int cbucket; /* Current bucket */ int cndx; /* Index of next item on cpage */ int errnum; /* 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 |