summaryrefslogtreecommitdiffhomepage
path: root/src/gc.c
diff options
context:
space:
mode:
authorMasahiko Sawada <[email protected]>2017-06-17 00:06:16 +0900
committerMasahiko Sawada <[email protected]>2017-06-17 00:06:16 +0900
commit4f0900ef6e314c9890c0fe496260f8df6f3e795c (patch)
tree5e71d82735915b360549d970275237273653a1d0 /src/gc.c
parent0411cea2dfaea223becfdb8da44e29e81325c331 (diff)
downloadmruby-4f0900ef6e314c9890c0fe496260f8df6f3e795c.tar.gz
mruby-4f0900ef6e314c9890c0fe496260f8df6f3e795c.zip
Fix a typo in gc.c.
Diffstat (limited to 'src/gc.c')
-rw-r--r--src/gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gc.c b/src/gc.c
index f74a7f31d..71a4c9706 100644
--- a/src/gc.c
+++ b/src/gc.c
@@ -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.
*/