aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2009-07-15 14:57:30 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2009-07-15 14:57:30 -0300
commit2658c94925fbc93991e854afc2e7354f225967aa (patch)
treeb9e09a8bed0e7cc9b7c85ffa41a1bef25989361e
parent215885768cc67c956b932915eed8a75e909cabde (diff)
downloadlua-2658c94925fbc93991e854afc2e7354f225967aa.tar.gz
lua-2658c94925fbc93991e854afc2e7354f225967aa.tar.bz2
lua-2658c94925fbc93991e854afc2e7354f225967aa.zip
detail (comment: 'correspoding' -> 'corresponding')
-rw-r--r--luaconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/luaconf.h b/luaconf.h
index d8bcc2ba..334ee17c 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -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*/