aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/gc.c b/gc.c
index 81ea5a2448..d33a6fde51 100644
--- a/gc.c
+++ b/gc.c
@@ -2337,13 +2337,8 @@ id2ref(VALUE obj, VALUE objid)
*
* Returns an integer identifier for +obj+.
*
- * The same number will be returned on all calls to +id+ for a given object,
+ * The same number will be returned on all calls to +object_id+ for a given object,
* and no two active objects will share an id.
- *
- * Object#object_id is a different concept from the +:name+ notation, which
- * returns the symbol id of +name+.
- *
- * Replaces the deprecated Object#id.
*/
/*