diff options
author | Peter Drahoš <drahosp@gmail.com> | 2015-12-16 00:14:02 +0100 |
---|---|---|
committer | Peter Drahoš <drahosp@gmail.com> | 2015-12-16 00:14:02 +0100 |
commit | fcdc5efb13f0d6c03d2868b7476b73e63a291ed3 (patch) | |
tree | 5bd844d3ae48e03d1aac8ebef3dd6209549d246e /src/ldblib.c | |
parent | 94f9f6c6ed0fbc1b49ab4a896d6a587ce8815e36 (diff) | |
download | lua-5.3.tar.gz |
Diffstat (limited to 'src/ldblib.c')
-rw-r--r-- | src/ldblib.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ldblib.c b/src/ldblib.c index 9151458..786f6cd 100644 --- a/src/ldblib.c +++ b/src/ldblib.c @@ -1,5 +1,5 @@ /* -** $Id: ldblib.c,v 1.149 2015/02/19 17:06:21 roberto Exp $ +** $Id: ldblib.c,v 1.151 2015/11/23 11:29:43 roberto Exp $ ** Interface from Lua to its debug API ** See Copyright Notice in lua.h */ @@ -28,8 +28,8 @@ static const int HOOKKEY = 0; /* -** If L1 != L, L1 can be in any state, and therefore there is no -** garanties about its stack space; any push in L1 must be +** If L1 != L, L1 can be in any state, and therefore there are no +** guarantees about its stack space; any push in L1 must be ** checked. */ static void checkstack (lua_State *L, lua_State *L1, int n) { |