mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
fix typos
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user