Details (typos in comments)

This commit is contained in:
Roberto Ierusalimschy 2019-07-05 15:03:15 -03:00
parent 4d46289331
commit e888976bc6
9 changed files with 19 additions and 19 deletions

View file

@ -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)