]> git.kaiwu.me - klib.git/commitdiff
typo correction
authorJianfeng Zhu <eric.zjf@gmail.com>
Mon, 1 Apr 2013 14:41:48 +0000 (22:41 +0800)
committerJianfeng Zhu <eric.zjf@gmail.com>
Mon, 1 Apr 2013 14:41:48 +0000 (22:41 +0800)
khash.h

diff --git a/khash.h b/khash.h
index 5bd3a5f4c5f1e09ffa8553238c9d8b52c84e9371..2b960359d88d34b38d638c6056bcd36e0abb1796 100644 (file)
--- 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)