aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-09-16 08:45:10 +0300
committerSergey Poznyakoff <gray@gnu.org>2021-09-16 08:55:49 +0300
commitb962f06587a2c8fa6e6155153fa2b0e4e15f9501 (patch)
tree3a7e37c67c70f02b694482b18015d2ff9205b598
parent5bf7ed45c20dc05924b4a429f5eaed6a2780725c (diff)
downloadgdbm-b962f06587a2c8fa6e6155153fa2b0e4e15f9501.tar.gz
gdbm-b962f06587a2c8fa6e6155153fa2b0e4e15f9501.tar.bz2
Fix typo
-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);

Return to:

Send suggestions and report system problems to the System administrator.