summaryrefslogtreecommitdiff
path: root/insns.def
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-04-02 12:54:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-04-02 12:54:42 +0000
commit790999028d75caa265cb66a8e44d200b8356ed8e (patch)
tree093876b176a64e2bd5b8079a3be61b3883c67c58 /insns.def
parent528e8517b8ed545ecd8aef678ec542275f08c8f7 (diff)
* insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixed
typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12132 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 801f94b97c..582e698d1d 100644
--- a/insns.def
+++ b/insns.def
@@ -1472,7 +1472,7 @@ throw
pt = GET_LFP();
}
else {
- rb_bug("isns(throw): unsupport thorw type");
+ rb_bug("isns(throw): unsupport throw type");
}
}
th->state = state;