[hackers] [scc] Fix comment typo || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Sat, 9 Jan 2016 21:33:36 +0100 (CET)

commit a11e8815c38046241934f13a7719c724af0cb4bb
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Sat Jan 9 10:04:35 2016 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Sat Jan 9 10:04:35 2016 +0100

    Fix comment typo

diff --git a/cc1/decl.c b/cc1/decl.c
index 05a12da..207e0dc 100644
--- a/cc1/decl.c
+++ b/cc1/decl.c
_AT_@ -615,7 +615,7 @@ identifier(struct decl *dcl)
                  * 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);
Received on Sat Jan 09 2016 - 21:33:36 CET

This archive was generated by hypermail 2.3.0 : Sat Jan 09 2016 - 21:36:18 CET