From 1875d95379a32e61a68884feb94fd36635817f2c Mon Sep 17 00:00:00 2001 From: Lee Baker Date: Wed, 13 Feb 2013 15:07:00 -0600 Subject: [PATCH] Spelling corrections --- khash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/khash.h b/khash.h index 2422044..5bd3a5f 100644 --- a/khash.h +++ b/khash.h @@ -116,7 +116,7 @@ int main() { #include #include -/* compipler specific configuration */ +/* compiler specific configuration */ #if UINT_MAX == 0xffffffffu typedef unsigned int khint32_t; @@ -225,7 +225,7 @@ static const double __ac_HASH_UPPER = 0.77; } else return 0; \ } \ SCOPE int kh_resize_##name(kh_##name##_t *h, khint_t new_n_buckets) \ - { /* This function uses 0.25*n_bucktes bytes of working space instead of [sizeof(key_t+val_t)+.25]*n_buckets. */ \ + { /* This function uses 0.25*n_buckets bytes of working space instead of [sizeof(key_t+val_t)+.25]*n_buckets. */ \ khint32_t *new_flags = 0; \ khint_t j = 1; \ { \ -- 2.47.3