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

From: <git_AT_suckless.org>
Date: Wed, 7 Oct 2015 17:44:48 +0200 (CEST)

commit e277d35b631a1687a4eb1daca98397be829e3d11
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Wed Oct 7 17:34:57 2015 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Wed Oct 7 17:37:32 2015 +0200

    Fix comment in types.c

diff --git a/cc1/types.c b/cc1/types.c
index 67587e8..5840218 100644
--- a/cc1/types.c
+++ b/cc1/types.c
_AT_@ -30,7 +30,7 @@ static struct limits limits[][4] = {
                         .min.u = 0,
                         .max.u = 4294967295u
                 },
- { /* 3 = unsigned 4 bytes */
+ { /* 3 = unsigned 8 bytes */
                         .min.u = 0,
                         .max.u = 18446744073709551615u
                 }
Received on Wed Oct 07 2015 - 17:44:48 CEST

This archive was generated by hypermail 2.3.0 : Wed Oct 07 2015 - 17:48:31 CEST