]> git.kaiwu.me - klib.git/commitdiff
fix spelling mistake
authorinnoink <innoink@163.com>
Fri, 23 Oct 2015 06:00:11 +0000 (14:00 +0800)
committerinnoink <innoink@163.com>
Fri, 23 Oct 2015 06:00:11 +0000 (14:00 +0800)
khash.h

diff --git a/khash.h b/khash.h
index 06fc7a3318f26fca340349bcb97bc78e44606a48..e44f3288ae5d8503ea46e07574210bf871685bd4 100644 (file)
--- a/khash.h
+++ b/khash.h
@@ -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 --- */