Skip to content

Commit

Permalink
Fix a typo in gc.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
MasahikoSawada committed Jun 16, 2017
1 parent 0411cea commit 4f0900e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down

0 comments on commit 4f0900e

Please sign in to comment.