Skip to content

Commit 8213e5b

Browse files
Merge pull request attractivechaos#12 from leecbaker/master
Minor spelling fixes
2 parents 0636685 + 1875d95 commit 8213e5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

khash.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ int main() {
116116
#include <string.h>
117117
#include <limits.h>
118118

119-
/* compipler specific configuration */
119+
/* compiler specific configuration */
120120

121121
#if UINT_MAX == 0xffffffffu
122122
typedef unsigned int khint32_t;
@@ -225,7 +225,7 @@ static const double __ac_HASH_UPPER = 0.77;
225225
} else return 0; \
226226
} \
227227
SCOPE int kh_resize_##name(kh_##name##_t *h, khint_t new_n_buckets) \
228-
{ /* This function uses 0.25*n_bucktes bytes of working space instead of [sizeof(key_t+val_t)+.25]*n_buckets. */ \
228+
{ /* This function uses 0.25*n_buckets bytes of working space instead of [sizeof(key_t+val_t)+.25]*n_buckets. */ \
229229
khint32_t *new_flags = 0; \
230230
khint_t j = 1; \
231231
{ \

0 commit comments

Comments
 (0)