diff options
| author | takkaw <[email protected]> | 2013-01-12 09:56:04 +0900 |
|---|---|---|
| committer | takkaw <[email protected]> | 2013-01-13 15:28:03 +0900 |
| commit | 06dac3fba00e9c3879bb59439fdbfa7711473015 (patch) | |
| tree | 5c85887d5b0cdc164a83503c573fd29a5c2ab570 /include | |
| parent | 9614f134879f58ee3532e3e7dd4d75814fbc73ee (diff) | |
| download | mruby-06dac3fba00e9c3879bb59439fdbfa7711473015.tar.gz mruby-06dac3fba00e9c3879bb59439fdbfa7711473015.zip | |
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) |
