diff options
| author | yui-knk <[email protected]> | 2014-05-04 16:43:13 +0900 |
|---|---|---|
| committer | yui-knk <[email protected]> | 2014-05-04 16:43:13 +0900 |
| commit | 73c370ae52df5f5260755c91fabeb1d1e03a349e (patch) | |
| tree | 500cda7657fd0c8db821baf90c8d5139e58e9b36 /src | |
| parent | 0fe62ddcd3c2285515e2f4cd1fa27e8383e60711 (diff) | |
| download | mruby-73c370ae52df5f5260755c91fabeb1d1e03a349e.tar.gz mruby-73c370ae52df5f5260755c91fabeb1d1e03a349e.zip | |
Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/variable.c | 2 |
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 |
