mirror of
https://github.com/lua/lua.git
synced 2025-07-04 07:03:24 +00:00
Details (typos in comments)
This commit is contained in:
parent
4d46289331
commit
e888976bc6
9 changed files with 19 additions and 19 deletions
2
liolib.c
2
liolib.c
|
@ -338,7 +338,7 @@ static int io_readline (lua_State *L);
|
|||
#define MAXARGLINE 250
|
||||
|
||||
/*
|
||||
** Auxiliar function to create the iteration function for 'lines'.
|
||||
** Auxiliary function to create the iteration function for 'lines'.
|
||||
** The iteration function is a closure over 'io_readline', with
|
||||
** the following upvalues:
|
||||
** 1) The file being read (first value in the stack)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue