summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-18 13:10:25 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-18 13:10:25 +0000
commit31e1c326760f8ac018de87cef7a4fbec960f60d3 (patch)
tree710baafbde680360e6ce540a21544ed2714e4db3 /ext
parent258fc46c9670b4c746007a617f45ee8cd88423c0 (diff)
* ext/objspace/object_tracing.c: Return for ::allocation_generation
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/objspace/object_tracing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/objspace/object_tracing.c b/ext/objspace/object_tracing.c
index 6816f503bc..134457457e 100644
--- a/ext/objspace/object_tracing.c
+++ b/ext/objspace/object_tracing.c
@@ -302,7 +302,7 @@ allocation_method_id(VALUE objspace, VALUE obj)
}
/*
- * call-seq: allocation_allocation_generation(object) ->
+ * call-seq: allocation_generation(object) -> Fixnum
*
* Returns garbage collector generation for the given +object+.
*