We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92faa4 commit 77363a5Copy full SHA for 77363a5
name-hash.c
@@ -218,7 +218,7 @@ static int lookup_lazy_params(struct index_state *istate)
218
* However, the hashmap is going to put items into bucket
219
* chains based on their hash values. Use that to create n
220
* mutexes and lock on mutex[bucket(hash) % n]. This will
221
- * decrease the collision rate by (hopefully) by a factor of n.
+ * decrease the collision rate by (hopefully) a factor of n.
222
*/
223
static void init_dir_mutex(void)
224
{
0 commit comments