Skip to content

Commit 56e9576

Browse files
committed
h:66: arbitary -> arbitrary
1 parent 4cf920e commit 56e9576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/universal_hash.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ namespace alg {
6363
}
6464

6565
/**
66-
* hash an arbitary length integer.
66+
* hash an arbitrary length integer.
6767
* len, number of 32-bit integer, max len is 32
6868
*/
6969
static uint32_t uhash_bigint(const struct UHash * params, uint32_t * key, uint32_t len) {

0 commit comments

Comments
 (0)