Skip to content

Commit

Permalink
I fix typos in variable.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
suzukaze committed Jul 24, 2013
1 parent be41948 commit a202446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/variable.c
Expand Up @@ -35,7 +35,7 @@ typedef struct iv_tbl {
} iv_tbl;

/*
* Creates instance variable table.
* Creates the instance variable table.
*
* Parameters
* mrb
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a202446

Please sign in to comment.