summaryrefslogtreecommitdiff
path: root/include/ruby/internal
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/internal')
-rw-r--r--include/ruby/internal/core/rtypeddata.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ruby/internal/core/rtypeddata.h b/include/ruby/internal/core/rtypeddata.h
index 8e16c31d99..bf0f60b913 100644
--- a/include/ruby/internal/core/rtypeddata.h
+++ b/include/ruby/internal/core/rtypeddata.h
@@ -360,8 +360,7 @@ struct RTypedData {
/**
* This is a `const rb_data_type_t *const` value, with the low bits set:
*
- * 1: Always set, to differentiate RTypedData from RData.
- * 2: Set if object is embedded.
+ * 1: Set if object is embedded.
*
* This field stores various information about how Ruby should handle a
* data. This roughly resembles a Ruby level class (apart from method