scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit c2546145987d08fbacf96741ef0fd2b3dd1781d7
parent 041ec28fa0e9a9a2b35a76fd383e6adc20e6bbc3
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 14 Mar 2017 08:03:10 +0100

[cc1] Fix small comment typo

Diffstat:
Mcc1/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cc1/main.c b/cc1/main.c @@ -90,7 +90,7 @@ main(int argc, char *argv[]) } /* - * we cannot initialize types until we have an + * we cannot initialize arch until we have an * output stream, because we maybe want to emit new types */ iarch();