From c5112f7b156ad2565bad3035c8c4008c3e7716a4 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 23 Nov 2015 09:30:45 -0200 Subject: details (comments) --- ldo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldo.h') diff --git a/ldo.h b/ldo.h index ba4e09c9..72cce399 100644 --- a/ldo.h +++ b/ldo.h @@ -1,5 +1,5 @@ /* -** $Id: ldo.h,v 2.26 2015/11/13 13:24:26 roberto Exp roberto $ +** $Id: ldo.h,v 2.27 2015/11/19 19:16:22 roberto Exp roberto $ ** Stack and Call structure of Lua ** See Copyright Notice in lua.h */ @@ -16,7 +16,7 @@ /* ** Macro to check stack size and grow stack if needed. Parameters ** 'pre'/'pos' allow the macro to preserve a pointer into the -** stack across realocations, doing the work only when needed. +** stack across reallocations, doing the work only when needed. ** 'condmovestack' is used in heavy tests to force a stack reallocation ** at every check. */ -- cgit v1.2.3-55-g6feb