aboutsummaryrefslogtreecommitdiffstats
path: root/vm_trace.c
diff options
context:
space:
mode:
authoryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-30 02:18:00 +0000
committeryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-30 02:18:00 +0000
commitcdc4e04fffba25b86a6b2e4b27febca250f9f27f (patch)
treeac4bd733c0d9d88d133d4f67f29b8417ff744d11 /vm_trace.c
parent4229bf2c1703b703f41a59971ed4cdca86b1181c (diff)
downloadruby-cdc4e04fffba25b86a6b2e4b27febca250f9f27f.tar.gz
* vm_trace.c: Fix typos. [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_trace.c')
-rw-r--r--vm_trace.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm_trace.c b/vm_trace.c
index b814a1201d..673739eb20 100644
--- a/vm_trace.c
+++ b/vm_trace.c
@@ -453,8 +453,8 @@ static void call_trace_func(rb_event_flag_t, VALUE data, VALUE self, ID id, VALU
* +c-call+:: call a C-language routine
* +c-return+:: return from a C-language routine
* +call+:: call a Ruby method
- * +class+:: start a class or module definition),
- * +end+:: finish a class or module definition),
+ * +class+:: start a class or module definition
+ * +end+:: finish a class or module definition
* +line+:: execute code on a new line
* +raise+:: raise an exception
* +return+:: return from a Ruby method