shithub: scc

Download patch

ref: 443674874420ec21d4c1322e6f8450cd20996a03
parent: a73645af515b2acd8071837597a4a18b649ee9be
author: Hiltjo Posthuma <hiltjo@codemadness.org>
date: Fri Nov 12 09:55:22 EST 2021

cc1: fix a tiny typo

--- a/src/cmd/cc/cc1/symbol.c
+++ b/src/cmd/cc/cc1/symbol.c
@@ -144,7 +144,7 @@
 	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