Fix a typo in a string constant.
This commit is contained in:
parent
e6b7aa4a60
commit
eca367b779
@ -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…
Reference in New Issue
Block a user