Skip to content

Commit 77363a5

Browse files
newrengitster
authored andcommitted
name-hash.c: remove duplicate word in comment
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent c92faa4 commit 77363a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

name-hash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ static int lookup_lazy_params(struct index_state *istate)
218218
* However, the hashmap is going to put items into bucket
219219
* chains based on their hash values. Use that to create n
220220
* mutexes and lock on mutex[bucket(hash) % n]. This will
221-
* decrease the collision rate by (hopefully) by a factor of n.
221+
* decrease the collision rate by (hopefully) a factor of n.
222222
*/
223223
static void init_dir_mutex(void)
224224
{

0 commit comments

Comments
 (0)