aboutsummaryrefslogtreecommitdiffstats
path: root/ext/objspace/objspace.c
diff options
context:
space:
mode:
authorktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-07 05:13:02 +0000
committerktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-07 05:13:02 +0000
commitbc647cbdfbc6a16afa04df82930896490162d128 (patch)
treeccf89e507c76e7fbc0e8fcbb1f4862098755f5c7 /ext/objspace/objspace.c
parentf9260247d2442baf381c9158c21bde69f035ef84 (diff)
downloadruby-bc647cbdfbc6a16afa04df82930896490162d128.tar.gz
* ext/objspace/objspace.c: fix typos in a document.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/objspace/objspace.c')
-rw-r--r--ext/objspace/objspace.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/objspace/objspace.c b/ext/objspace/objspace.c
index a0859a7325..66e33a38c4 100644
--- a/ext/objspace/objspace.c
+++ b/ext/objspace/objspace.c
@@ -160,7 +160,7 @@ memsize_of(VALUE obj)
* Return consuming memory size of obj.
*
* Note that the return size is incomplete. You need to deal with
- * this information as only a *HINT*. Especaially, the size of
+ * this information as only a *HINT*. Especially, the size of
* T_DATA may not be correct.
*
* This method is not expected to work except C Ruby.
@@ -214,7 +214,7 @@ total_i(void *vstart, void *vend, size_t stride, void *ptr)
* memory size of instances of the given class.
*
* Note that the returned size is incomplete. You need to deal with
- * this information as only a *HINT*. Especaially, the size of
+ * this information as only a *HINT*. Especially, the size of
* T_DATA may not be correct.
*
* Note that this method does *NOT* return total malloc'ed memory size.
@@ -275,7 +275,7 @@ cos_i(void *vstart, void *vend, size_t stride, void *data)
* Counts objects size (in bytes) for each type.
*
* Note that this information is incomplete. You need to deal with
- * this information as only a *HINT*. Especaially, total size of
+ * this information as only a *HINT*. Especially, total size of
* T_DATA may not right size.
*
* It returns a hash as: