Fix a typo in gc.c.

This commit is contained in:
Masahiko Sawada
2017-06-17 00:06:16 +09:00
parent 0411cea2df
commit 4f0900ef6e
+1 -1
View File
@@ -433,7 +433,7 @@ mrb_gc_protect(mrb_state *mrb, mrb_value obj)
Register your object when it's exported to C world,
without reference from Ruby world, e.g. callback
arguments. Don't forget to remove the obejct using
arguments. Don't forget to remove the object using
mrb_gc_unregister, otherwise your object will leak.
*/