ref: 370c020ff1b057611556aed2d0583d093ad61cc3
parent: dfd6b350e13d9915b819b92c890052d7474188c5
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sat Jan 23 00:47:10 EST 2016
Fix small typo in types.c
--- a/cc1/types.c
+++ b/cc1/types.c
@@ -498,7 +498,7 @@
/*
* 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;