summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gdbmopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdbmopen.c b/src/gdbmopen.c
index 9b812c6..4b154be 100644
--- a/src/gdbmopen.c
+++ b/src/gdbmopen.c
@@ -837,7 +837,7 @@ _gdbm_convert_to_numsync (GDBM_FILE dbf)
/*
* Move the modified avail block into its new place. From now on,
- * old_avail may not be use. The database header is in consistent
+ * old_avail may not be used. The database header is in consistent
* state and all modifications should be applied to it directly.
*/
memmove (dbf->avail, old_avail, dbf->avail_size);