[hackers] [scc] [cc1] Fix small typo || Roberto E. Vargas Caballero
commit a751f01c1134cd49c4b71f2d04f1293c65b065a6
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Wed Feb 15 08:59:24 2017 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Wed Feb 15 09:01:43 2017 +0100
[cc1] Fix small typo
diff --git a/cc1/symbol.c b/cc1/symbol.c
index b95c49d..3d4e21c 100644
--- a/cc1/symbol.c
+++ b/cc1/symbol.c
_AT_@ -127,7 +127,7 @@ popctx(void)
for (sym = head; sym && sym->ctx == curctx; sym = next) {
/*
* Since we are unlinking them in the inverse order
- * we do know that tp is always the head of the
+ * we do know that sym is always the head of the
* collision list
*/
next = sym->next;
Received on Wed Feb 15 2017 - 09:02:36 CET
This archive was generated by hypermail 2.3.0
: Wed Feb 15 2017 - 09:12:32 CET