1
0
mirror of https://github.com/lua/lua.git synced 2025-01-28 06:03:00 +08:00

detail (comment: 'correspoding' -> 'corresponding')

This commit is contained in:
Roberto Ierusalimschy 2009-07-15 14:57:30 -03:00
parent 215885768c
commit 2658c94925

View File

@ -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.
*/