From e88599d5ca29ac5df2df909372ff89909e7864b9 Mon Sep 17 00:00:00 2001 From: Jianfeng Zhu Date: Mon, 1 Apr 2013 22:41:48 +0800 Subject: [PATCH] typo correction --- khash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/khash.h b/khash.h index 5bd3a5f..2b96035 100644 --- a/khash.h +++ b/khash.h @@ -461,7 +461,7 @@ static kh_inline khint_t __ac_Wang_hash(khint_t key) @param name Name of the hash table [symbol] @param h Pointer to the hash table [khash_t(name)*] @param k Key [type of keys] - @return Iterator to the found element, or kh_end(h) is the element is absent [khint_t] + @return Iterator to the found element, or kh_end(h) if the element is absent [khint_t] */ #define kh_get(name, h, k) kh_get_##name(h, k) -- 2.47.3