mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Fix recently introduced typo: "collission" → "collision"
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user