diff options
Diffstat (limited to 'lapi.c')
-rw-r--r-- | lapi.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lapi.c,v 1.130 2001/02/14 17:04:11 roberto Exp roberto $ | 2 | ** $Id: lapi.c,v 1.131 2001/02/20 18:15:33 roberto Exp roberto $ |
3 | ** Lua API | 3 | ** Lua API |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -531,7 +531,7 @@ LUA_API int lua_ref (lua_State *L, int lock) { | |||
531 | 531 | ||
532 | 532 | ||
533 | /* | 533 | /* |
534 | ** "do" functions (run Lua code) | 534 | ** `do' functions (run Lua code) |
535 | ** (most of them are in ldo.c) | 535 | ** (most of them are in ldo.c) |
536 | */ | 536 | */ |
537 | 537 | ||