commit 370c020ff1b057611556aed2d0583d093ad61cc3
Author: Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Sat Jan 23 05:47:10 2016 +0100
Commit: Roberto E. Vargas Caballero <[email protected]>
CommitDate: Sat Jan 23 05:47:10 2016 +0100
Fix small typo in types.c
diff --git a/cc1/types.c b/cc1/types.c
index ff7616d..fe42d22 100644
--- a/cc1/types.c
+++ b/cc1/types.c
@@ -498,7 +498,7 @@ mktype(Type *tp, int op, TINT nelem, Type *pars[])
/*
* pars was allocated by the caller
* but the type already exists, so
- * we have to deallocted it
+ * we have to deallocte it
*/
free(pars);
return bp;