summaryrefslogtreecommitdiff
path: root/src/gdbmdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmdefs.h')
-rw-r--r--src/gdbmdefs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gdbmdefs.h b/src/gdbmdefs.h
index ea9df3e..b1e53f9 100644
--- a/src/gdbmdefs.h
+++ b/src/gdbmdefs.h
@@ -45,7 +45,7 @@ off_t_sum_ok (off_t a, off_t b)
/* The available file space is stored in an "avail" table. The one with
most activity is contained in the file header. (See below.) When that
- one filles up, it is split in half and half is pushed on an "avail
+ one fills up, it is split in half and half is pushed on an "avail
stack." When the active avail table is empty and the "avail stack" is
not empty, the top of the stack is popped into the active avail table. */
@@ -95,7 +95,6 @@ typedef struct
the entire block. */
} gdbm_file_header;
-
/* The dbm hash bucket element contains the full 31 bit hash value, the
"pointer" to the key and data (stored together) with their sizes. It also
has a small part of the actual key value. It is used to verify the first