summaryrefslogtreecommitdiff
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
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
-rw-r--r--ChangeLog4
-rw-r--r--ext/objspace/object_tracing.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 540c67eace..5bf1f928c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jun 18 22:08:53 2013 Zachary Scott <zachary@zacharyscott.net>
+
+ * ext/objspace/object_tracing.c: Return for ::allocation_generation
+
Tue Jun 18 22:04:35 2013 Zachary Scott <zachary@zacharyscott.net>
* ext/objspace/object_tracing.c: Document object_tracing methods.
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+.
*