diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2015-11-19 17:16:22 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2015-11-19 17:16:22 -0200 |
commit | d103312661d4d2428516924658154df09b3168a4 (patch) | |
tree | dc2318e0bb95abd9776b57ec73f2f9a0c01586e5 /llimits.h | |
parent | 2e8f8a18e4ddbb3bebd8e81e276fc37bce02e422 (diff) | |
download | lua-d103312661d4d2428516924658154df09b3168a4.tar.gz lua-d103312661d4d2428516924658154df09b3168a4.tar.bz2 lua-d103312661d4d2428516924658154df09b3168a4.zip |
details (typos in comments)
Diffstat (limited to 'llimits.h')
-rw-r--r-- | llimits.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llimits.h,v 1.139 2015/10/06 14:29:49 roberto Exp roberto $ | 2 | ** $Id: llimits.h,v 1.140 2015/10/21 18:40:47 roberto Exp roberto $ |
3 | ** Limits, basic types, and some other 'installation-dependent' definitions | 3 | ** Limits, basic types, and some other 'installation-dependent' definitions |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -207,7 +207,7 @@ typedef unsigned long Instruction; | |||
207 | 207 | ||
208 | 208 | ||
209 | /* | 209 | /* |
210 | ** macros that are executed whenether program enters the Lua core | 210 | ** macros that are executed whenever program enters the Lua core |
211 | ** ('lua_lock') and leaves the core ('lua_unlock') | 211 | ** ('lua_lock') and leaves the core ('lua_unlock') |
212 | */ | 212 | */ |
213 | #if !defined(lua_lock) | 213 | #if !defined(lua_lock) |