diff options
| author | Jun Hiroe <[email protected]> | 2013-07-24 22:22:54 +0900 |
|---|---|---|
| committer | Jun Hiroe <[email protected]> | 2013-07-24 22:22:54 +0900 |
| commit | a202446c79b1f723a4717ec9a121a3657a6b6b38 (patch) | |
| tree | c15ad4ca080b213fad84084de61d08120d648952 /src/variable.c | |
| parent | be419485ba048c1545fdbc10f75aaf3a0a8f082c (diff) | |
| download | mruby-a202446c79b1f723a4717ec9a121a3657a6b6b38.tar.gz mruby-a202446c79b1f723a4717ec9a121a3657a6b6b38.zip | |
I fix typos in variable.c.
Diffstat (limited to 'src/variable.c')
| -rw-r--r-- | src/variable.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/variable.c b/src/variable.c index 52ffb42e7..048b63bca 100644 --- a/src/variable.c +++ b/src/variable.c @@ -35,7 +35,7 @@ typedef struct iv_tbl { } iv_tbl; /* - * Creates instance variable table. + * Creates the instance variable table. * * Parameters * mrb @@ -128,7 +128,7 @@ iv_put(mrb_state *mrb, iv_tbl *t, mrb_sym sym, mrb_value val) * mrb * t the variable table to be searched. * sym the symbol to be used as the key. - * vp the value pointer. Recieves the value if if the specified symbol contains + * vp the value pointer. Recieves the value if the specified symbol contains * in the instance variable table. * Returns * true if the specfiyed symbol contains in the instance variable table. |
