From: Elijah Newren Date: Tue, 5 Nov 2019 23:31:32 +0000 (+0000) Subject: name-hash.c: remove duplicate word in comment X-Git-Tag: v2.25.0-rc0~116^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77363a51fb00a0ca348f3b6bfb5bbe7d36877886;p=thirdparty%2Fgit.git name-hash.c: remove duplicate word in comment Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- diff --git a/name-hash.c b/name-hash.c index ceb1d7bd6f..4885bae5da 100644 --- a/name-hash.c +++ b/name-hash.c @@ -218,7 +218,7 @@ static int lookup_lazy_params(struct index_state *istate) * However, the hashmap is going to put items into bucket * chains based on their hash values. Use that to create n * mutexes and lock on mutex[bucket(hash) % n]. This will - * decrease the collision rate by (hopefully) by a factor of n. + * decrease the collision rate by (hopefully) a factor of n. */ static void init_dir_mutex(void) {