shithub: scc

Download patch

ref: a11e8815c38046241934f13a7719c724af0cb4bb
parent: 7ee42919b3387df47b563fe9fe792ef0f7724365
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sat Jan 9 05:04:35 EST 2016

Fix comment typo

--- a/cc1/decl.c
+++ b/cc1/decl.c
@@ -615,7 +615,7 @@
 		 * Ugly workaround to solve function declarations.
 		 * A new context is added for the parameters,
 		 * so at this point curctx is incremented by
-		 * one when sym was parsed.
+		 * one since sym was parsed.
 		 */
 		--curctx;
 		sym = install(NS_IDEN, sym);