summaryrefslogtreecommitdiff
path: root/include/ruby/internal/intern/gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/internal/intern/gc.h')
-rw-r--r--include/ruby/internal/intern/gc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/intern/gc.h b/include/ruby/internal/intern/gc.h
index 1617a7cef6..d8e476b078 100644
--- a/include/ruby/internal/intern/gc.h
+++ b/include/ruby/internal/intern/gc.h
@@ -249,7 +249,7 @@ void rb_gc(void);
*
* @internal
*
- * But isn't it easier for you to call super, and let `Object#intialize_copy`
+ * But isn't it easier for you to call super, and let `Object#initialize_copy`
* call this function instead?
*/
void rb_gc_copy_finalizer(VALUE dst, VALUE src);