Commit 4f0900ef authored by Masahiko Sawada's avatar Masahiko Sawada

Fix a typo in gc.c.

...@@ -433,7 +433,7 @@ mrb_gc_protect(mrb_state *mrb, mrb_value obj) ...@@ -433,7 +433,7 @@ mrb_gc_protect(mrb_state *mrb, mrb_value obj)
Register your object when it's exported to C world, Register your object when it's exported to C world,
without reference from Ruby world, e.g. callback 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. mrb_gc_unregister, otherwise your object will leak.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment