ref: 8c3fe74ebda3b3bdd8d1fbd5af3c03de6229c834
parent: f49e6a2567d28ca03446691fe3f249940f9d734c
author: Roberto E. Vargas Caballero <[email protected]>
date: Wed Feb 15 03:59:24 EST 2017
[cc1] Fix small typo
--- a/cc1/symbol.c
+++ b/cc1/symbol.c
@@ -127,7 +127,7 @@
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;