mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
typo
This commit is contained in:
@@ -440,7 +440,7 @@ public:
|
||||
return ID;
|
||||
}
|
||||
|
||||
hash_value_type ComputeHash(iternal_key_type key) {
|
||||
hash_value_type ComputeHash(internal_key_type key) {
|
||||
// FIXME: DJB seed=0, audit whether the default seed could be used.
|
||||
return llvm::djbHash(key, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user