Commit 4b55174f authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #3706 from MasahikoSawada/fix_typo

Fix a typo in gc.c.
parents 08c385ff 4f0900ef
......@@ -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.
*/
......
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