summaryrefslogtreecommitdiffstats
path: root/vm_eval.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-03 17:46:28 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-03 17:46:28 +0000
commit3b50d03ae9c188fdb90ee7a625ba155f665aa8e0 (patch)
tree6c83191a7891bfb4449e4c61bcf944ae968319b7 /vm_eval.c
parent719e53d806d4ccc8ff28206dfb98cc8e75a2b3c1 (diff)
downloadruby-3b50d03ae9c188fdb90ee7a625ba155f665aa8e0.tar.gz
ruby-3b50d03ae9c188fdb90ee7a625ba155f665aa8e0.tar.xz
ruby-3b50d03ae9c188fdb90ee7a625ba155f665aa8e0.zip
fix typos.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_eval.c')
-rw-r--r--vm_eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_eval.c b/vm_eval.c
index b413c49d4..e24f1c3d7 100644
--- a/vm_eval.c
+++ b/vm_eval.c
@@ -1385,7 +1385,7 @@ catch_i(VALUE tag, VALUE data)
*
* when _arg_ is given, +catch+ yields it as is, or when no
* _arg_ is given, +catch+ assigns a new unique object to
- * +throw+. this is usefull for nested +catch+. _arg_ can
+ * +throw+. this is useful for nested +catch+. _arg_ can
* be an arbitrary object, not only Symbol.
*
*/