mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 05:33:06 +00:00
Fix a typo in a string constant.
This commit is contained in:
@@ -54,7 +54,7 @@ hash_variant_string(hash_variant_t variant)
|
|||||||
switch (variant) {
|
switch (variant) {
|
||||||
case hash_variant_x86_32: return ("hash_x86_32");
|
case hash_variant_x86_32: return ("hash_x86_32");
|
||||||
case hash_variant_x86_128: return ("hash_x86_128");
|
case hash_variant_x86_128: return ("hash_x86_128");
|
||||||
case hash_variant_x64_128: return ("hash_64_128");
|
case hash_variant_x64_128: return ("hash_x64_128");
|
||||||
default: not_reached();
|
default: not_reached();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user