summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Hak <adiamas@rockbox.org>2002-05-06 09:02:19 +0000
committerRobert Hak <adiamas@rockbox.org>2002-05-06 09:02:19 +0000
commit1bd3bc2ed5e29e1f636e48b271c67e6fb0757aee (patch)
tree15ff93ade6c7270dbad7b2aab02420e423f49618
parentf7e476a6228eb709adcdbd2c95c8754a8458a334 (diff)
downloadrockbox-1bd3bc2ed5e29e1f636e48b271c67e6fb0757aee.tar.gz
rockbox-1bd3bc2ed5e29e1f636e48b271c67e6fb0757aee.zip
Grammer corrections
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@468 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/API6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/API b/firmware/API
index fdc3c29702..66300122ed 100644
--- a/firmware/API
+++ b/firmware/API
@@ -49,12 +49,12 @@ Buttons
49 49
50 #include <button.h> 50 #include <button.h>
51 51
52 These functions work the same unregarding of which keypad you have, but they 52 These functions work the same regardless of which keypad you have, but they
53 return a different set of values. Note that the Recorder keypad have 10 53 return a different set of values. Note that the Recorder keypad has 10
54 keys, while the Player keypad only features 6. 54 keys, while the Player keypad only features 6.
55 55
56 button_init() init button functions 56 button_init() init button functions
57 button_get() returns a bitmask for which keys that were pressed 57 button_get() returns a bitmask for which keys were pressed
58 58
59Files 59Files
60 60