Skip to content

Commit 4f0900e

Browse files
Fix a typo in gc.c.
1 parent 0411cea commit 4f0900e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ mrb_gc_protect(mrb_state *mrb, mrb_value obj)
433433
434434
Register your object when it's exported to C world,
435435
without reference from Ruby world, e.g. callback
436-
arguments. Don't forget to remove the obejct using
436+
arguments. Don't forget to remove the object using
437437
mrb_gc_unregister, otherwise your object will leak.
438438
*/
439439

0 commit comments

Comments
 (0)