From 3ee89c6277975db0a09f903b96da8f7fecfef8a6 Mon Sep 17 00:00:00 2001 From: sorah Date: Tue, 19 Mar 2013 01:09:46 +0000 Subject: * ext/objspace/objspace.c: Fix typo in doc. Patch by Sho Hashimoto. [Bug #8116] [ruby-dev:47177] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/objspace/objspace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/objspace/objspace.c') diff --git a/ext/objspace/objspace.c b/ext/objspace/objspace.c index 5857327f21..720c918555 100644 --- a/ext/objspace/objspace.c +++ b/ext/objspace/objspace.c @@ -225,7 +225,7 @@ total_i(void *vstart, void *vend, size_t stride, void *ptr) * * def memsize_of_all klass = false * total = 0 - * ObjectSpace.each_objects{|e| + * ObjectSpace.each_object{|e| * total += ObjectSpace.memsize_of(e) if klass == false || e.kind_of?(klass) * } * total -- cgit v1.2.3