shithub: scc

Download patch

ref: 346f1489576c42a2ca2ac7d05958d59f09569b66
parent: 5ce98041ac6706539aac39a2c9e32a43db3e6bd8
author: Roberto E. Vargas Caballero <[email protected]>
date: Sun Sep 7 08:22:36 EDT 2014

Fix small typo in README

--- a/README
+++ b/README
@@ -3,7 +3,7 @@
 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