diff --git a/compile.c b/compile.c index f7badf5a76..f246ce9eaa 100644 --- a/compile.c +++ b/compile.c @@ -2876,7 +2876,7 @@ compile_branch_condition(rb_iseq_t *iseq, LINK_ANCHOR *const ret, NODE *cond, else_label); break; } - case NODE_LIT: /* NODE_LIT is always not true */ + case NODE_LIT: /* NODE_LIT is always true */ case NODE_TRUE: case NODE_STR: case NODE_DSTR: