From 55aa79694b1589699134b1f5d2480a7b4ff27782 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Wed, 4 Mar 2020 14:57:34 -0500 Subject: corrected comment --- toc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/toc.c b/toc.c index 0c15be9..58c8aee 100644 --- a/toc.c +++ b/toc.c @@ -12,8 +12,7 @@ (lexing) toc tries to continue even after the first error. - It will not continue during cgen, but it will during tokenization, - parsing, and typing. If one stage fails, the following ones do not + If one stage fails, the following ones do not start. toc's memory management works using an allocator which never frees anything. -- cgit v1.2.3