From 95dd3bb9f88833a0bfc02fb5bba7bab5a5e44b76 Mon Sep 17 00:00:00 2001 From: Soner Tari Date: Wed, 29 Sep 2021 12:02:27 +0300 Subject: [PATCH] Update khash, fixes typos --- src/khash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/khash.h b/src/khash.h index e44f328..f75f347 100644 --- a/src/khash.h +++ b/src/khash.h @@ -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) \