* Add variable CPU clock for MPC859/866 systems (so far only TQM866M):
see doc/README.MPC866 for details;
implement workaround for "SIU4" and "SIU9" silicon bugs on MPC866;
calculate CPU clock frequency from PLL register values.
* Add support for 128 MB RAM on TQM8xxL/M modules
diff --git a/README b/README
index c223d4c..58267f1 100644
--- a/README
+++ b/README
@@ -3158,7 +3158,7 @@
in Assembler); no C++ is used, so please do not use C++ style
comments (//) in your code.
-Please also stick to the following formatiing rules:
+Please also stick to the following formatting rules:
- remove any trailing white space
- use TAB characters for indentation, not spaces
- make sure NOT to use DOS '\r\n' line feeds