summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-mirb/tools
diff options
context:
space:
mode:
authorJohn Bampton <[email protected]>2021-04-03 19:49:10 +1000
committerJohn Bampton <[email protected]>2021-04-03 19:51:01 +1000
commitd8622fc68b88102cbf358b524913c823af31a1b0 (patch)
treed1fd777b8474d24af7952cae778b5299337a2171 /mrbgems/mruby-bin-mirb/tools
parentfb8e12f37c86cfbdc6a8c4fa3b327bae24a8ce27 (diff)
downloadmruby-d8622fc68b88102cbf358b524913c823af31a1b0.tar.gz
mruby-d8622fc68b88102cbf358b524913c823af31a1b0.zip
chore: fix spelling
Diffstat (limited to 'mrbgems/mruby-bin-mirb/tools')
-rw-r--r--mrbgems/mruby-bin-mirb/tools/mirb/mirb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c b/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c
index a4780a415..464df1c24 100644
--- a/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c
+++ b/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c
@@ -211,7 +211,7 @@ is_code_block_open(struct mrb_parser_state *parser)
/* an expression was ended */
break;
case EXPR_ENDARG:
- /* closing parenthese */
+ /* closing parenthesis */
break;
case EXPR_ENDFN:
/* definition end */