From 15beaaa3d1f6b555900446deb5e376b4f806d734 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Tue, 5 Nov 2019 17:07:23 +0000 Subject: Fix spelling errors in code comments Reported-by: Jens Schleusener Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- hashmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hashmap.h') diff --git a/hashmap.h b/hashmap.h index bd2701549f..4e03c3ebde 100644 --- a/hashmap.h +++ b/hashmap.h @@ -502,7 +502,7 @@ static inline void hashmap_disable_item_counting(struct hashmap *map) } /* - * Re-enable item couting when adding/removing items. + * Re-enable item counting when adding/removing items. * If counting is currently disabled, it will force count them. * It WILL NOT automatically rehash them. */ -- cgit v1.2.3