aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGuillermo Ramos2011-09-24 18:13:15 +0200
committerGuillermo Ramos2011-09-24 18:13:15 +0200
commit55a2212feb5042e65fbf0ed8891c0cab55479621 (patch)
tree66bb8c7c10305b11d445a4672779f9c7824fbf07 /README
parent7a3fcd9d332f1f2e3e6f021b2930e148ca093c91 (diff)
downloadevspy-55a2212feb5042e65fbf0ed8891c0cab55479621.tar.gz
Renamed map ADT to kmap
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 684a29c..b5a58cf 100644
--- a/README
+++ b/README
@@ -41,7 +41,7 @@ Once it has been installed, you can load it when you want with
A patch is supplied (evspy.patch) to be able to compile a kernel with evspy
included. If KERN is the directory where your kernel is located, just copy the
-patch there (KERN/) and copy all the evspy files (*.c, *.h, maps, khm) to
+patch there (KERN/) and copy all the evspy files (*.c, *.h, maps, kmap) to
KERN/drivers/input/. Then, cd to KERN and apply the patch:
$ patch -p1 < evspy.patch