From b962f06587a2c8fa6e6155153fa2b0e4e15f9501 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 16 Sep 2021 08:45:10 +0300 Subject: Fix typo --- src/gdbmopen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1