Skip to content

Commit ec063d2

Browse files
s-i-d-d-i-sgitster
authored andcommitted
hashmap.h: fix minor typo
The word "no" should be "not". Signed-off-by: Siddharth Singh <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 73876f4 commit ec063d2

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)