aboutsummaryrefslogtreecommitdiff
path: root/liolib.c
diff options
context:
space:
mode:
Diffstat (limited to 'liolib.c')
-rw-r--r--liolib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liolib.c b/liolib.c
index 2c0c6a3b..83fbb172 100644
--- a/liolib.c
+++ b/liolib.c
@@ -338,7 +338,7 @@ static int io_readline (lua_State *L);
338#define MAXARGLINE 250 338#define MAXARGLINE 250
339 339
340/* 340/*
341** Auxiliar function to create the iteration function for 'lines'. 341** Auxiliary function to create the iteration function for 'lines'.
342** The iteration function is a closure over 'io_readline', with 342** The iteration function is a closure over 'io_readline', with
343** the following upvalues: 343** the following upvalues:
344** 1) The file being read (first value in the stack) 344** 1) The file being read (first value in the stack)