From 68d131d6a50898dc605a739caa76b494b65c6393 Mon Sep 17 00:00:00 2001 From: nari Date: Sat, 26 Jan 2013 09:51:34 +0000 Subject: fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/objspace/objspace.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/objspace') diff --git a/ext/objspace/objspace.c b/ext/objspace/objspace.c index 5d585d69a1..b8f524cb6f 100644 --- a/ext/objspace/objspace.c +++ b/ext/objspace/objspace.c @@ -730,8 +730,8 @@ collect_values(st_data_t key, st_data_t value, st_data_t data) * you can check the type of internal object with `type' method. * * If `obj' is instance of `ObjectSpace::InternalObjectWrapper' - * class, then this method retuns all reachalbe object from - * an interna object, which is pointed by `obj'. + * class, then this method returns all reachable object from + * an internal object, which is pointed by `obj'. * * With this method, you can find memory leaks. * -- cgit v1.2.3