summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-05-04 21:02:32 +0000
committerAlexander Levin <al.le@rockbox.org>2010-05-04 21:02:32 +0000
commit00e2252b3437e1d5d9b99521e3ec578dba5e555b (patch)
tree8b224c5def61b90fb7933f1fa1924fc780c1cd3d
parent295da3ffadbb0a9eca7ecea9b7230cfd1c2bff39 (diff)
downloadrockbox-00e2252b3437e1d5d9b99521e3ec578dba5e555b.tar.gz
rockbox-00e2252b3437e1d5d9b99521e3ec578dba5e555b.zip
Fix typos in the comment (now in .c)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25814 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/action.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/action.c b/apps/action.c
index e260914237..cd76faafec 100644
--- a/apps/action.c
+++ b/apps/action.c
@@ -419,9 +419,9 @@ int action_get_touchscreen_press_in_vp(short *x1, short *y1, struct viewport *vp
419} 419}
420#endif 420#endif
421 421
422/* Don't let get_action*() return any ACTION_* values untill the current buttons 422/* Don't let get_action*() return any ACTION_* values until the current buttons
423 * have ben release. SYS_* and BUTTON_NONE will go through. 423 * have been released. SYS_* and BUTTON_NONE will go through.
424 * Any actions relying on _RELEASE won't get seen 424 * Any actions relying on _RELEASE won't get seen.
425 */ 425 */
426void action_wait_for_release(void) 426void action_wait_for_release(void)
427{ 427{