From d77a7a8c26b54d9fad496e50c2f5c86516924939 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 31 Mar 2016 16:01:21 -0300 Subject: [PATCH] detail (comment) --- ldebug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ldebug.c b/ldebug.c index 1db451b7..1c438d6c 100644 --- a/ldebug.c +++ b/ldebug.c @@ -1,5 +1,5 @@ /* -** $Id: ldebug.c,v 2.118 2015/12/16 16:40:07 roberto Exp roberto $ +** $Id: ldebug.c,v 2.119 2016/02/26 19:20:15 roberto Exp roberto $ ** Debug Interface ** See Copyright Notice in lua.h */ @@ -69,7 +69,7 @@ static void swapextra (lua_State *L) { /* -** This function can be called asynchronous (e.g. during a signal). +** This function can be called asynchronously (e.g. during a signal). ** Fields 'oldpc', 'basehookcount', and 'hookcount' (set by ** 'resethookcount') are for debug only, and it is no problem if they ** get arbitrary values (causes at most one wrong hook call). 'hookmask'