scc

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

commit 332f651c0a71c0225dfb4271cb9cfddacc22c9fd
parent c0e9509336994bf4e7c5cf484ebe7ca374e4da81
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