[hackers] [scc] [cc2] Fix small error in comment || Roberto E. Vargas Caballero
commit c31b21ec255e921b3f48d6b18fa0cbbd7922aa06
Author: Roberto E. Vargas Caballero <roberto.vargas_AT_igrid-td.com>
AuthorDate: Mon Apr 4 09:39:07 2016 +0200
Commit: Roberto E. Vargas Caballero <roberto.vargas_AT_igrid-td.com>
CommitDate: Mon Apr 4 09:39:07 2016 +0200
[cc2] Fix small error in comment
'have' was missing.
diff --git a/cc2/parser.c b/cc2/parser.c
index 43e1dc3..dbe6aa5 100644
--- a/cc2/parser.c
+++ b/cc2/parser.c
_AT_@ -544,8 +544,8 @@ vardecl(void)
sym = np->u.sym;
/*
* We have to free sym->name because in tentative declarations
- * we can multiple declarations of the same symbol, and in this
- * case our parser will allocate twice the memory
+ * we can have multiple declarations of the same symbol, and in
+ * this case our parser will allocate twice the memory
*/
free(sym->name);
sym->name = name;
Received on Mon Apr 04 2016 - 09:40:36 CEST
This archive was generated by hypermail 2.3.0
: Mon Apr 04 2016 - 09:48:23 CEST