Skip to content

Commit

Permalink
fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
innoink committed Oct 23, 2015
1 parent 8293375 commit 384277a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion khash.h
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ static kh_inline khint_t __ac_Wang_hash(khint_t key)
key ^= (key >> 16);
return key;
}
#define kh_int_hash_func2(k) __ac_Wang_hash((khint_t)key)
#define kh_int_hash_func2(key) __ac_Wang_hash((khint_t)key)

/* --- END OF HASH FUNCTIONS --- */

Expand Down

0 comments on commit 384277a

Please sign in to comment.