]> git.kaiwu.me - klib.git/commitdiff
Spelling corrections
authorLee Baker <lee@leecbaker.com>
Wed, 13 Feb 2013 21:07:00 +0000 (15:07 -0600)
committerLee Baker <lee@leecbaker.com>
Wed, 13 Feb 2013 21:07:00 +0000 (15:07 -0600)
khash.h

diff --git a/khash.h b/khash.h
index 242204464aab0c4c3475bc46c5021a36159d9540..5bd3a5f4c5f1e09ffa8553238c9d8b52c84e9371 100644 (file)
--- a/khash.h
+++ b/khash.h
@@ -116,7 +116,7 @@ int main() {
 #include <string.h>
 #include <limits.h>
 
-/* 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;                                                                                                  \
                {                                                                                                                               \