From 2f4d429071ef6c1fd372bf0bbdf48b09eb5741a9 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 3 Oct 2014 09:54:57 -0300 Subject: details (comments) --- liolib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'liolib.c') diff --git a/liolib.c b/liolib.c index 8a81dd57..a1408550 100644 --- a/liolib.c +++ b/liolib.c @@ -1,5 +1,5 @@ /* -** $Id: liolib.c,v 2.129 2014/09/26 14:09:21 roberto Exp roberto $ +** $Id: liolib.c,v 2.130 2014/10/01 16:05:06 roberto Exp roberto $ ** Standard I/O (and system) library ** See Copyright Notice in lua.h */ @@ -195,7 +195,7 @@ static LStream *newprefile (lua_State *L) { /* ** Calls the 'close' function from a file handle. The 'volatile' avoids -** a bug in some verisions of the Clang compiler (e.g., clang 3.0 for +** a bug in some versions of the Clang compiler (e.g., clang 3.0 for ** 32 bits). */ static int aux_close (lua_State *L) { -- cgit v1.2.3-55-g6feb