summaryrefslogtreecommitdiff
path: root/include/ruby/internal/core
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/internal/core')
-rw-r--r--include/ruby/internal/core/rtypeddata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/core/rtypeddata.h b/include/ruby/internal/core/rtypeddata.h
index ee79c2e2a9..ebcac2c846 100644
--- a/include/ruby/internal/core/rtypeddata.h
+++ b/include/ruby/internal/core/rtypeddata.h
@@ -160,7 +160,7 @@ rbimpl_typeddata_flags {
// experimental flag
// Similar to RUBY_TYPED_FROZEN_SHAREABLE, but doesn't make shareable
// reachable objects from this T_DATA object on the Ractor.make_shareable.
- // If it refers to unsharable objects, simply raise an error.
+ // If it refers to unshareable objects, simply raise an error.
// RUBY_TYPED_FROZEN_SHAREABLE_NO_REC = RUBY_FL_FINALIZE,
/**