diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-13 17:41:42 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-13 17:41:42 -0800 |
| commit | 983065aa0d95c39ba5b834509d68ae10be8af478 (patch) | |
| tree | 0013d8ecbee4ced5d0fb57392ae77170a372686e /include | |
| parent | 90cdb90e679aea57784f964ff464b411cc79076d (diff) | |
| parent | 06dac3fba00e9c3879bb59439fdbfa7711473015 (diff) | |
| download | mruby-983065aa0d95c39ba5b834509d68ae10be8af478.tar.gz mruby-983065aa0d95c39ba5b834509d68ae10be8af478.zip | |
Merge pull request #728 from takkaw/khash_typo
fix typos
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/khash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mruby/khash.h b/include/mruby/khash.h index ad03b1fad..dc298baf1 100644 --- a/include/mruby/khash.h +++ b/include/mruby/khash.h @@ -45,7 +45,7 @@ static const uint8_t __m[8] = {0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80}; /* declare struct kh_xxx and kh_xxx_funcs - name: ash name + name: hash name khkey_t: key data type khval_t: value data type kh_is_map: (not implemented / not used in RiteVM) @@ -77,7 +77,7 @@ static const uint8_t __m[8] = {0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80}; /* define kh_xxx_funcs - name: ash name + name: hash name khkey_t: key data type khval_t: value data type kh_is_map: (not implemented / not used in RiteVM) |
