diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-07-15 14:57:30 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-07-15 14:57:30 -0300 |
commit | 2658c94925fbc93991e854afc2e7354f225967aa (patch) | |
tree | b9e09a8bed0e7cc9b7c85ffa41a1bef25989361e | |
parent | 215885768cc67c956b932915eed8a75e909cabde (diff) | |
download | lua-2658c94925fbc93991e854afc2e7354f225967aa.tar.gz lua-2658c94925fbc93991e854afc2e7354f225967aa.tar.bz2 lua-2658c94925fbc93991e854afc2e7354f225967aa.zip |
detail (comment: 'correspoding' -> 'corresponding')
-rw-r--r-- | luaconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.106 2009/07/01 16:16:40 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.107 2009/07/15 17:26:14 roberto Exp roberto $ |
3 | ** Configuration file for Lua | 3 | ** Configuration file for Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -749,7 +749,7 @@ union luai_Cast { double l_d; long l_l; }; | |||
749 | /* | 749 | /* |
750 | @@ LUA_INTFRMLEN is the length modifier for integer conversions | 750 | @@ LUA_INTFRMLEN is the length modifier for integer conversions |
751 | @* in 'string.format'. | 751 | @* in 'string.format'. |
752 | @@ LUA_INTFRM_T is the integer type correspoding to the previous length | 752 | @@ LUA_INTFRM_T is the integer type corresponding to the previous length |
753 | @* modifier. | 753 | @* modifier. |
754 | ** CHANGE them if your system supports long long or does not support long. | 754 | ** CHANGE them if your system supports long long or does not support long. |
755 | */ | 755 | */ |