Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
takkaw committed Jan 13, 2013
1 parent 9614f13 commit 06dac3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/mruby/khash.h
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 06dac3f

Please sign in to comment.