From 685a18c46ffbc69a093f2247dc3b5b9403d2e654 Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 29 Jun 2016 12:37:37 +0000 Subject: [PATCH] fix a typo [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 453101bb9e..04005d062a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ Wed Jun 29 15:18:28 2016 NARUSE, Yui * insns.def (opt_succ): optimize like r55515. (but this argument is - consntant) + constant) Wed Jun 29 12:41:58 2016 Shugo Maeda