aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortmm1 <tmm1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-09 12:57:32 +0000
committertmm1 <tmm1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-09 12:57:32 +0000
commitdf86052a5d2170a2f693ad81781eea340e842e4d (patch)
treeb4e42c3823252fee1d01faf5a6e9ea0b26610bec
parentbaf3cf128e451c3bf099bc68ec7918973d9a81f6 (diff)
downloadruby-df86052a5d2170a2f693ad81781eea340e842e4d.tar.gz
fix typo in my ChangeLog entry
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 168c107e92..1a18ae599b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -94,7 +94,7 @@ Sat Nov 9 06:11:14 2013 vo.x (Vit Ondruch) <vondruch@redhat.com>
Sat Nov 9 01:59:18 2013 Aman Gupta <ruby@tmm1.net>
- * ext/objspace/object_tracing.c: Add experimental methods to
+ * ext/objspace/objspace_dump.c: Add experimental methods to
dump objectspace as json: ObjectSpace.dump_all and
ObjectSpace.dump(obj). These methods are useful for debugging
reference leaks and memory growth in large ruby applications.