aboutsummaryrefslogtreecommitdiffstats
path: root/yarvcore.h
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 /yarvcore.h
parent528e8517b8ed545ecd8aef678ec542275f08c8f7 (diff)
downloadruby-790999028d75caa265cb66a8e44d200b8356ed8e.tar.gz
* 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 'yarvcore.h')
-rw-r--r--yarvcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarvcore.h b/yarvcore.h
index 7eb6a8abb6..d0ff4127c5 100644
--- a/yarvcore.h
+++ b/yarvcore.h
@@ -422,7 +422,7 @@ struct rb_thread_struct
VALUE value;
VALUE errinfo;
- VALUE throwed_errinfo;
+ VALUE thrown_errinfo;
int exec_signal;
int interrupt_flag;