aboutsummaryrefslogtreecommitdiffstats
path: root/insns.def
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-26 15:00:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-26 15:00:23 +0000
commitb90450d37c46036faf3a6354719b5b5708de4dcc (patch)
tree2617fe2e4baee5c03bae5a4419bcf1501b7f169e /insns.def
parentbef7ff9c7468f64382a141cdffdb34b33894f43c (diff)
downloadruby-b90450d37c46036faf3a6354719b5b5708de4dcc.tar.gz
insns.def: fix typo
* insns.def (defineclass): fix typo in the instruction comment. [fix GH-618] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'insns.def')
-rw-r--r--insns.def2
1 files changed, 1 insertions, 1 deletions
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クラスが定義されていれば再定義である。