mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Fix a typo in a string constant.
This commit is contained in:
parent
e6b7aa4a60
commit
eca367b779
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ hash_variant_string(hash_variant_t variant)
|
|||
switch (variant) {
|
||||
case hash_variant_x86_32: return ("hash_x86_32");
|
||||
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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue