From: Lee Baker Date: Wed, 13 Feb 2013 21:07:00 +0000 (-0600) Subject: Spelling corrections X-Git-Tag: spawn-final~29^2^2 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=1875d95379a32e61a68884feb94fd36635817f2c;p=klib.git Spelling corrections --- 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; \ { \