From 2658c94925fbc93991e854afc2e7354f225967aa Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 15 Jul 2009 14:57:30 -0300 Subject: [PATCH] detail (comment: 'correspoding' -> 'corresponding') --- luaconf.h | 4 ++-- 1 file 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 @@ /* -** $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. */