From 2cfdbd7d72e187d9a13cc0074f77d494847c8463 Mon Sep 17 00:00:00 2001 From: zzak Date: Thu, 7 Nov 2013 17:44:43 +0000 Subject: * ext/objspace/object_tracing.c: [DOC] trace_object_allocations_stop By @srawlins [Fixes GH-421] https://github.com/ruby/ruby/pull/421 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ ext/objspace/object_tracing.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6353971cd8..d596febd4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Nov 8 02:43:01 2013 Zachary Scott + + * ext/objspace/object_tracing.c: [DOC] trace_object_allocations_stop + By @srawlins [Fixes GH-421] https://github.com/ruby/ruby/pull/421 + Fri Nov 8 02:34:20 2013 Zachary Scott * lib/net/ftp.rb: [DOC] Document Net::FTP.mdtm and .set_socket and fix diff --git a/ext/objspace/object_tracing.c b/ext/objspace/object_tracing.c index 1770a8ea39..5fe1d757e5 100644 --- a/ext/objspace/object_tracing.c +++ b/ext/objspace/object_tracing.c @@ -207,8 +207,8 @@ trace_object_allocations_start(VALUE self) * * Stop tracing object allocations. * - * Note that if ::trace_object_allocations_start is called n-times, then stop - * tracing after calling ::trace_object_allocations_stop n-times. + * Note that if ::trace_object_allocations_start is called n-times, then + * tracing will stop after calling ::trace_object_allocations_stop n-times. * */ static VALUE -- cgit v1.2.3