commit 346f1489576c42a2ca2ac7d05958d59f09569b66
parent 5ce98041ac6706539aac39a2c9e32a43db3e6bd8
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Sun, 7 Sep 2014 12:22:36 +0200
Fix small typo in README
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
@@ -3,7 +3,7 @@ Introduction
This is the kcc compiler, a one very stupid non retargetable compiler
for z80. This compiler is intended to be very simple and suitable for
running in small machines (like MSX for example), and let almost part
-of optimizations for the programmer.
+of optimizations to the programmer.
After a lot of years seeing compilers for z80 I notice that it is very
hard for a C compiler generates a good code for a 8 bit processor like