We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73876f4 commit ec063d2Copy full SHA for ec063d2
hashmap.h
@@ -270,7 +270,7 @@ void hashmap_clear_(struct hashmap *map, ssize_t offset);
270
#define hashmap_clear(map) hashmap_clear_(map, -1)
271
272
/*
273
- * Similar to hashmap_clear(), except that the table is no deallocated; it
+ * Similar to hashmap_clear(), except that the table is not deallocated; it
274
* is merely zeroed out but left the same size as before. If the hashmap
275
* will be reused, this avoids the overhead of deallocating and
276
* reallocating map->table. As with hashmap_clear(), you may need to free
0 commit comments