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 /ldblib.c | |
parent | 2e8f8a18e4ddbb3bebd8e81e276fc37bce02e422 (diff) | |
download | lua-d103312661d4d2428516924658154df09b3168a4.tar.gz lua-d103312661d4d2428516924658154df09b3168a4.tar.bz2 lua-d103312661d4d2428516924658154df09b3168a4.zip |
details (typos in comments)
Diffstat (limited to 'ldblib.c')
-rw-r--r-- | ldblib.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldblib.c,v 1.148 2015/01/02 12:52:22 roberto Exp roberto $ | 2 | ** $Id: ldblib.c,v 1.149 2015/02/19 17:06:21 roberto Exp roberto $ |
3 | ** Interface from Lua to its debug API | 3 | ** Interface from Lua to its debug API |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -29,7 +29,7 @@ static const int HOOKKEY = 0; | |||
29 | 29 | ||
30 | /* | 30 | /* |
31 | ** If L1 != L, L1 can be in any state, and therefore there is no | 31 | ** If L1 != L, L1 can be in any state, and therefore there is no |
32 | ** garanties about its stack space; any push in L1 must be | 32 | ** garantees about its stack space; any push in L1 must be |
33 | ** checked. | 33 | ** checked. |
34 | */ | 34 | */ |
35 | static void checkstack (lua_State *L, lua_State *L1, int n) { | 35 | static void checkstack (lua_State *L, lua_State *L1, int n) { |