diff --git a/luaconf.h b/luaconf.h index d8bcc2ba..334ee17c 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.106 2009/07/01 16:16:40 roberto Exp roberto $ +** $Id: luaconf.h,v 1.107 2009/07/15 17:26:14 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -749,7 +749,7 @@ union luai_Cast { double l_d; long l_l; }; /* @@ LUA_INTFRMLEN is the length modifier for integer conversions @* in 'string.format'. -@@ LUA_INTFRM_T is the integer type correspoding to the previous length +@@ LUA_INTFRM_T is the integer type corresponding to the previous length @* modifier. ** CHANGE them if your system supports long long or does not support long. */