From a202446c79b1f723a4717ec9a121a3657a6b6b38 Mon Sep 17 00:00:00 2001 From: Jun Hiroe Date: Wed, 24 Jul 2013 22:22:54 +0900 Subject: I fix typos in variable.c. --- src/variable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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. -- cgit v1.2.3