scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 443674874420ec21d4c1322e6f8450cd20996a03
parent a73645af515b2acd8071837597a4a18b649ee9be
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri, 12 Nov 2021 14:55:22 +0100

cc1: fix a tiny typo

Diffstat:
Msrc/cmd/cc/cc1/symbol.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/cc/cc1/symbol.c b/src/cmd/cc/cc1/symbol.c @@ -144,7 +144,7 @@ popctx(void) Symbol *next, *sym; int ns, dangling = 0; - DBG("SYM: poped context %d", curctx); + DBG("SYM: popped context %d", curctx); /* * we have to be careful before popping the current * context, because since the parser is one token