[gardening] Fix recently introduced typo: "collission" → "collision"

This commit is contained in:
practicalswift
2016-02-09 22:47:08 +01:00
parent 2e8190016d
commit 71ae776039

View File

@@ -406,7 +406,7 @@ recur_inside_cache_lock:
}
}
// The entry that we fetched does not match our key due to a collission.
// The entry that we fetched does not match our key due to a collision.
// If we have a collision increase the hash value by one and try again.
hash++;
}