summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoryui-knk <[email protected]>2014-05-04 16:43:13 +0900
committeryui-knk <[email protected]>2014-05-04 16:43:13 +0900
commit73c370ae52df5f5260755c91fabeb1d1e03a349e (patch)
tree500cda7657fd0c8db821baf90c8d5139e58e9b36
parent0fe62ddcd3c2285515e2f4cd1fa27e8383e60711 (diff)
downloadmruby-73c370ae52df5f5260755c91fabeb1d1e03a349e.tar.gz
mruby-73c370ae52df5f5260755c91fabeb1d1e03a349e.zip
Fix typo.
-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