ref: e277d35b631a1687a4eb1daca98397be829e3d11
parent: 86de680103aa512595733bc9024999b69de5f724
author: Roberto E. Vargas Caballero <[email protected]>
date: Wed Oct 7 13:34:57 EDT 2015
Fix comment in types.c
--- a/cc1/types.c
+++ b/cc1/types.c
@@ -30,7 +30,7 @@
.min.u = 0,
.max.u = 4294967295u
},
- { /* 3 = unsigned 4 bytes */
+ { /* 3 = unsigned 8 bytes */
.min.u = 0,
.max.u = 18446744073709551615u
}