From 52cd994814335d6cee5ee4fae2827edd5e0d73b9 Mon Sep 17 00:00:00 2001 From: hsbt Date: Mon, 14 Dec 2015 02:52:14 +0000 Subject: * enum.c: fix a typo in documentation. [ci skip][fix GH-1140] Patch by @jutaz * io.c: ditto. * iseq.c: ditto. * numeric.c: ditto. * process.c: ditto. * string.c: ditto. * vm_trace.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_trace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_trace.c') diff --git a/vm_trace.c b/vm_trace.c index 0515abf7ab..b814a1201d 100644 --- a/vm_trace.c +++ b/vm_trace.c @@ -1448,7 +1448,7 @@ Init_vm_trace(void) * +:b_return+:: event hook at block ending * +:thread_begin+:: event hook at thread beginning * +:thread_end+:: event hook at thread ending - * +:fiber_siwtch+:: event hook at fiber switch + * +:fiber_switch+:: event hook at fiber switch * */ rb_cTracePoint = rb_define_class("TracePoint", rb_cObject); -- cgit v1.2.3