Fixed typo

This commit is contained in:
Daniel Lemire 2018-12-06 11:37:26 -05:00
parent 0f9a7a6b2f
commit 196c41e3bc
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ const char digittoval[256] = {
return (int32_t)(*res) >= 0;
}*/
// returns a value with the highest bit set if it is not valud
// returns a value with the highest bit set if it is not valid
uint32_t hex_to_u32_nocheck(const u8 *src) {
u8 v1 = src[0];
u8 v2 = src[1];