File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
122122typedef 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 { \
You can’t perform that action at this time.
0 commit comments