diff options
Diffstat (limited to 'lauxlib.c')
-rw-r--r-- | lauxlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1044,7 +1044,7 @@ static void *l_alloc (void *ud, void *ptr, size_t osize, size_t nsize) { | |||
1044 | 1044 | ||
1045 | 1045 | ||
1046 | /* | 1046 | /* |
1047 | ** Standard panic funcion just prints an error message. The test | 1047 | ** Standard panic function just prints an error message. The test |
1048 | ** with 'lua_type' avoids possible memory errors in 'lua_tostring'. | 1048 | ** with 'lua_type' avoids possible memory errors in 'lua_tostring'. |
1049 | */ | 1049 | */ |
1050 | static int panic (lua_State *L) { | 1050 | static int panic (lua_State *L) { |