Update khash, fixes typos

pull/48/head
Soner Tari 3 years ago
parent ec816e7db6
commit 95dd3bb9f8

@ -576,7 +576,7 @@ static kh_inline khint_t __ac_Wang_hash(khint_t key)
code; \
} }
/* More conenient interfaces */
/* More convenient interfaces */
/*! @function
@abstract Instantiate a hash set containing integer keys
@ -594,7 +594,7 @@ static kh_inline khint_t __ac_Wang_hash(khint_t key)
KHASH_INIT(name, khint32_t, khval_t, 1, kh_int_hash_func, kh_int_hash_equal)
/*! @function
@abstract Instantiate a hash map containing 64-bit integer keys
@abstract Instantiate a hash set containing 64-bit integer keys
@param name Name of the hash table [symbol]
*/
#define KHASH_SET_INIT_INT64(name) \

Loading…
Cancel
Save