diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-07-24 07:29:38 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-07-24 07:29:38 -0700 |
| commit | 00ef7531b09154297f8b07d7d1fa1ed89f8ef6c9 (patch) | |
| tree | e948e6ac7be1991b3583d638e6ec990cc45fc346 /src/variable.c | |
| parent | 68249d8cffea912b48cbc97a0ba596b664706026 (diff) | |
| parent | a202446c79b1f723a4717ec9a121a3657a6b6b38 (diff) | |
| download | mruby-00ef7531b09154297f8b07d7d1fa1ed89f8ef6c9.tar.gz mruby-00ef7531b09154297f8b07d7d1fa1ed89f8ef6c9.zip | |
Merge pull request #1409 from suzukaze/fix-typos-in-variable.c
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. |
