commit a751f01c1134cd49c4b71f2d04f1293c65b065a6
parent 487793616fd6c125f87cfa8bd3e477b66e34875a
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Wed, 15 Feb 2017 08:59:24 +0100
[cc1] Fix small typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cc1/symbol.c b/cc1/symbol.c
@@ -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;