summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2017-06-17 08:40:57 +0900
committerGitHub <[email protected]>2017-06-17 08:40:57 +0900
commit4b55174fc5018be6ca5e91da04c599ef8cfd78c5 (patch)
tree506fe749380f56aaec841fee05e64f0ed495f001
parent08c385ff66ba7bca24ab30a06a925f364c7b0c84 (diff)
parent4f0900ef6e314c9890c0fe496260f8df6f3e795c (diff)
downloadmruby-4b55174fc5018be6ca5e91da04c599ef8cfd78c5.tar.gz
mruby-4b55174fc5018be6ca5e91da04c599ef8cfd78c5.zip
Merge pull request #3706 from MasahikoSawada/fix_typo
Fix a typo in 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 8b013b056..da2fe3800 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.
*/