diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-10-25 09:50:46 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-10-25 09:50:46 -0200 |
commit | bdf566a8a32450c2eb6273c8c1a92e2181b6846e (patch) | |
tree | b301da541fbad81034216a6e0465cc381082431e /liolib.c | |
parent | c3c78030f79fdbbb06265d50645e408d60e7798e (diff) | |
download | lua-bdf566a8a32450c2eb6273c8c1a92e2181b6846e.tar.gz lua-bdf566a8a32450c2eb6273c8c1a92e2181b6846e.tar.bz2 lua-bdf566a8a32450c2eb6273c8c1a92e2181b6846e.zip |
`name' in comments changed to 'name'
Diffstat (limited to 'liolib.c')
-rw-r--r-- | liolib.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: liolib.c,v 2.135 2014/10/22 11:44:20 roberto Exp roberto $ | 2 | ** $Id: liolib.c,v 2.136 2014/10/22 16:55:57 roberto Exp roberto $ |
3 | ** Standard I/O (and system) library | 3 | ** Standard I/O (and system) library |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -182,7 +182,7 @@ static FILE *tofile (lua_State *L) { | |||
182 | 182 | ||
183 | 183 | ||
184 | /* | 184 | /* |
185 | ** When creating file handles, always creates a `closed' file handle | 185 | ** When creating file handles, always creates a 'closed' file handle |
186 | ** before opening the actual file; so, if there is a memory error, the | 186 | ** before opening the actual file; so, if there is a memory error, the |
187 | ** file is not left opened. | 187 | ** file is not left opened. |
188 | */ | 188 | */ |