Skip to content

Commit e5b6fc6

Browse files
committed
Merge branch 'ss/hashmap-typofix'
Typofix. * ss/hashmap-typofix: hashmap.h: fix minor typo
2 parents 290a973 + ec063d2 commit e5b6fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hashmap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ void hashmap_clear_(struct hashmap *map, ssize_t offset);
270270
#define hashmap_clear(map) hashmap_clear_(map, -1)
271271

272272
/*
273-
* Similar to hashmap_clear(), except that the table is no deallocated; it
273+
* Similar to hashmap_clear(), except that the table is not deallocated; it
274274
* is merely zeroed out but left the same size as before. If the hashmap
275275
* will be reused, this avoids the overhead of deallocating and
276276
* reallocating map->table. As with hashmap_clear(), you may need to free

0 commit comments

Comments
 (0)