summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-05-04 20:28:50 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-05-04 20:28:50 +0900
commit8027c20d4115b2f7a73e3b72e07fda00a8f914c3 (patch)
tree500cda7657fd0c8db821baf90c8d5139e58e9b36 /src
parent0fe62ddcd3c2285515e2f4cd1fa27e8383e60711 (diff)
parent73c370ae52df5f5260755c91fabeb1d1e03a349e (diff)
downloadmruby-8027c20d4115b2f7a73e3b72e07fda00a8f914c3.tar.gz
mruby-8027c20d4115b2f7a73e3b72e07fda00a8f914c3.zip
Merge pull request #2184 from yui-knk/fix-typo
Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/variable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/variable.c b/src/variable.c
index 231697d47..f34735e75 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -118,7 +118,7 @@ iv_put(mrb_state *mrb, iv_tbl *t, mrb_sym sym, mrb_value val)
}
/*
- * Get a value for a symbol from the instance the variable table.
+ * Get a value for a symbol from the instance variable table.
*
* Parameters
* mrb