[hackers] [scc] Fix small typo in types.c || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Sat, 23 Jan 2016 10:20:11 +0100 (CET)

commit 370c020ff1b057611556aed2d0583d093ad61cc3
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Sat Jan 23 05:47:10 2016 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
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
_AT_@ -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;
Received on Sat Jan 23 2016 - 10:20:11 CET

This archive was generated by hypermail 2.3.0 : Sat Jan 23 2016 - 10:24:20 CET