From bd1b87c5790c0c6fe23f76aa360e879922e1e738 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 30 Dec 2019 11:45:08 -0300 Subject: Comments (mosty typos) --- lmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lmem.c') diff --git a/lmem.c b/lmem.c index b1d646a5..65bfa524 100644 --- a/lmem.c +++ b/lmem.c @@ -26,7 +26,7 @@ /* ** First allocation will fail whenever not building initial state ** and not shrinking a block. (This fail will trigger 'tryagain' and -** a full GC cycle at every alocation.) +** a full GC cycle at every allocation.) */ static void *firsttry (global_State *g, void *block, size_t os, size_t ns) { if (ttisnil(&g->nilvalue) && ns > os) -- cgit v1.2.3-55-g6feb