aboutsummaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2015-11-19 17:16:22 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2015-11-19 17:16:22 -0200
commitd103312661d4d2428516924658154df09b3168a4 (patch)
treedc2318e0bb95abd9776b57ec73f2f9a0c01586e5 /llimits.h
parent2e8f8a18e4ddbb3bebd8e81e276fc37bce02e422 (diff)
downloadlua-d103312661d4d2428516924658154df09b3168a4.tar.gz
lua-d103312661d4d2428516924658154df09b3168a4.tar.bz2
lua-d103312661d4d2428516924658154df09b3168a4.zip
details (typos in comments)
Diffstat (limited to 'llimits.h')
-rw-r--r--llimits.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llimits.h b/llimits.h
index 3db96d2c..fa14dfc7 100644
--- a/llimits.h
+++ b/llimits.h
@@ -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)