summaryrefslogtreecommitdiff
path: root/vm_eval.c
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-15 12:29:42 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-15 12:29:42 +0000
commit2780e752edac13439b14033b653588a511b8e111 (patch)
tree1306337344b02260050a74793b88a1a2669986d8 /vm_eval.c
parentf1d3fcec91a4d82f04c1f1f5ea18e378f7c3e764 (diff)
* vm_eval.c: fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37191 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 43153f562c..e1227efd98 100644
--- a/vm_eval.c
+++ b/vm_eval.c
@@ -49,7 +49,7 @@ vm_call0(rb_thread_t* th, VALUE recv, VALUE id, int argc, const VALUE *argv,
return vm_call0_body(th, ci, argv);
}
-/* `ci' should pointe temporal value (on stack value) */
+/* `ci' should point temporal value (on stack value) */
static VALUE
vm_call0_body(rb_thread_t* th, rb_call_info_t *ci, const VALUE *argv)
{