From 912ab521850c96d9db3ac64fbce30b39b81b01d3 Mon Sep 17 00:00:00 2001 From: Ali Gholami Rudi Date: Tue, 30 Jul 2013 13:06:34 +0430 Subject: [PATCH] gen.h: fix a comment typo --- gen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen.h b/gen.h index df4605b..2fba9db 100644 --- a/gen.h +++ b/gen.h @@ -83,7 +83,7 @@ void o_pass2(void); * entry points. The differences between RISC and CISC architectures, * actually the annoying asymmetry in CISC architecture, made this interface * a bit more complex than it could have ideally been. Nevertheless, the - * benefits of extracting gen.c and the cleaner design, specially with the + * benefits of extracting gen.c and the cleaner design, especially with the * presence of the optimization patch, is worth the added complexity. * * I tried to make the interface as small as possible. I'll describe the -- 2.11.4.GIT