diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2010-01-21 14:31:24 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2010-01-21 14:31:24 -0200 |
commit | 01586d539e214f844fc34dd552ff06843ac0c4f9 (patch) | |
tree | ce879c1c6d97beea56170cf69e5cec4f4926c805 | |
parent | c8ab34ab7ac24c1b3f3778ab596db3666a7f8fa0 (diff) | |
download | lua-01586d539e214f844fc34dd552ff06843ac0c4f9.tar.gz lua-01586d539e214f844fc34dd552ff06843ac0c4f9.tar.bz2 lua-01586d539e214f844fc34dd552ff06843ac0c4f9.zip |
typo in comment
-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.129 2010/01/11 17:11:24 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.130 2010/01/11 17:15:30 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 | */ |
@@ -421,7 +421,7 @@ LUA_API int (lua_cpcall) (lua_State *L, lua_CFunction func, void *ud); | |||
421 | 421 | ||
422 | /* | 422 | /* |
423 | @@ lua_number2int is a macro to convert lua_Number to int. | 423 | @@ lua_number2int is a macro to convert lua_Number to int. |
424 | @@ lua_number2integer is a macro to convert lua_Number to lUA_INTEGER. | 424 | @@ lua_number2integer is a macro to convert lua_Number to LUA_INTEGER. |
425 | @@ lua_number2uint is a macro to convert a lua_Number to an unsigned | 425 | @@ lua_number2uint is a macro to convert a lua_Number to an unsigned |
426 | @* LUA_INT32. | 426 | @* LUA_INT32. |
427 | @@ lua_uint2number is a macro to convert an unsigned LUA_INT32 | 427 | @@ lua_uint2number is a macro to convert an unsigned LUA_INT32 |