From 155149109a9c6d6ae79bf40398cb51e8883dad26 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 24 Dec 2008 13:01:09 +0000 Subject: * compile.c (iseq_peephole_optimize): fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile.c') diff --git a/compile.c b/compile.c index 741e9706bb..30029ed98a 100644 --- a/compile.c +++ b/compile.c @@ -1629,7 +1629,7 @@ iseq_peephole_optimize(rb_iseq_t *iseq, LINK_ELEMENT *list, const int do_tailcal * LABEL1: * jump LABEL2 * - * => in this case, first jump instruction should jump tp + * => in this case, first jump instruction should jump to * LABEL2 directly */ diobj = (INSN *)get_destination_insn(iobj); -- cgit v1.2.3