aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2x/mmuhack/readme.txt
diff options
context:
space:
mode:
authorJohannes Schickel2010-01-25 01:53:32 +0000
committerJohannes Schickel2010-01-25 01:53:32 +0000
commit709bf1214c9abcdac7dcd4ebac01705e27766918 (patch)
tree477ff04bb832f097964ea9d0c8bfcf632d835f51 /backends/platform/gp2x/mmuhack/readme.txt
parentaed02365ec81e77b3c8aa4f4ecd9a9d3893326f2 (diff)
downloadscummvm-rg350-709bf1214c9abcdac7dcd4ebac01705e27766918.tar.gz
scummvm-rg350-709bf1214c9abcdac7dcd4ebac01705e27766918.tar.bz2
scummvm-rg350-709bf1214c9abcdac7dcd4ebac01705e27766918.zip
Strip trailing whitespaces/tabs in documentation files too.
svn-id: r47543
Diffstat (limited to 'backends/platform/gp2x/mmuhack/readme.txt')
-rw-r--r--backends/platform/gp2x/mmuhack/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/gp2x/mmuhack/readme.txt b/backends/platform/gp2x/mmuhack/readme.txt
index c20246fe6e..bea49d7d6d 100644
--- a/backends/platform/gp2x/mmuhack/readme.txt
+++ b/backends/platform/gp2x/mmuhack/readme.txt
@@ -10,7 +10,7 @@ memory built into the processor (called 'cache'). Access to the upper 32MB can
be sped up by Squidge's MMU hack. The easiest way to use the MMU hack is to add
and load the MMU hack kernel module into your program.
-Note: Building this module requries a GP2X 'kernel' toolchain (i.e. GCC 2.95.*
+Note: Building this module requries a GP2X 'kernel' toolchain (i.e. GCC 2.95.*
for the GP2X stock, 3.* for Open2X).
You can't build this module with the GCC 4 based application toolchains.
@@ -78,7 +78,7 @@ else
If the above call succeeded, you are all done.
I recommend to unload the module when your program exits, because the other
program may want to load a different mmuhack.o and may fail, because you left
-your mmuhack.o loaded (it does not get unloaded automatically on exit).
+your mmuhack.o loaded (it does not get unloaded automatically on exit).
system("/sbin/rmmod mmuhack");