summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--insns.def2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d8e3f2b2b3..1bafb70ef8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue May 27 00:00:21 2014 yui-knk <spiketeika@gmail.com>
+
+ * insns.def (defineclass): fix typo in the instruction comment.
+ [fix GH-618]
+
Mon May 26 16:33:15 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* test/ruby/test_file.rb: skip the test of atime on Windows, because
diff --git a/insns.def b/insns.def
index 7ef4c4c1fe..eb5b4dec9e 100644
--- a/insns.def
+++ b/insns.def
@@ -875,7 +875,7 @@ trace
/**
@c class/module
@e
- enter class definition scope. if super is Qfalse, and clsas
+ enter class definition scope. if super is Qfalse, and class
"klass" is defined, it's redefine. otherwise, define "klass" class.
@j クラス定義スコープへ移行する。
もし super が Qfalse で klassクラスが定義されていれば再定義である。