]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 12 Sep 2009 22:04:49 +0000 (22:04 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 12 Sep 2009 22:04:49 +0000 (22:04 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4161 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/c128.sgml

index 174ffdcc060b3ccb950d4949f4c28dae11b252e5..7d853df1e3e1ac306466a4a643671a0f6c1e4151 100644 (file)
@@ -43,7 +43,7 @@ config.
 cc65 generated programs with the default setup run with the I/O area and the
 kernal ROM enabled. Note that this is a non standard memory layout, and that
 there is no "memory configuration index" for this layout. This means that
-special case has to be taken when changing the configuration, or calling any
+special care has to be taken when changing the configuration, or calling any
 code that does this. The memory configuration register at &dollar;FF00 should
 be saved and restored instead of relying on the memory configuration index
 stored in the zero page.