summaryrefslogtreecommitdiffhomepage
path: root/src/variable.c
diff options
context:
space:
mode:
authorJun Hiroe <[email protected]>2013-07-24 22:22:54 +0900
committerJun Hiroe <[email protected]>2013-07-24 22:22:54 +0900
commita202446c79b1f723a4717ec9a121a3657a6b6b38 (patch)
treec15ad4ca080b213fad84084de61d08120d648952 /src/variable.c
parentbe419485ba048c1545fdbc10f75aaf3a0a8f082c (diff)
downloadmruby-a202446c79b1f723a4717ec9a121a3657a6b6b38.tar.gz
mruby-a202446c79b1f723a4717ec9a121a3657a6b6b38.zip
I fix typos in variable.c.
Diffstat (limited to 'src/variable.c')
-rw-r--r--src/variable.c4
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.