There was an error while loading. Please reload this page.
1 parent 4cf920e commit 56e9576Copy full SHA for 56e9576
include/universal_hash.h
@@ -63,7 +63,7 @@ namespace alg {
63
}
64
65
/**
66
- * hash an arbitary length integer.
+ * hash an arbitrary length integer.
67
* len, number of 32-bit integer, max len is 32
68
*/
69
static uint32_t uhash_bigint(const struct UHash * params, uint32_t * key, uint32_t len) {
0 commit comments