summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-05-04 20:47:52 +0000
committerAlexander Levin <al.le@rockbox.org>2010-05-04 20:47:52 +0000
commit295da3ffadbb0a9eca7ecea9b7230cfd1c2bff39 (patch)
treed31a4cd039f0af410bc6f91c800983af30b46c07 /apps
parentadcbb329663839c67dad3db1f3197dea70f6f763 (diff)
downloadrockbox-295da3ffadbb0a9eca7ecea9b7230cfd1c2bff39.tar.gz
rockbox-295da3ffadbb0a9eca7ecea9b7230cfd1c2bff39.zip
Fix typos in the comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25813 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/action.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/action.h b/apps/action.h
index 9ef774de21..8e93f30d2a 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -374,9 +374,9 @@ int action_get_touchscreen_press(short *x, short *y);
374int action_get_touchscreen_press_in_vp(short *x1, short *y1, struct viewport *vp); 374int action_get_touchscreen_press_in_vp(short *x1, short *y1, struct viewport *vp);
375#endif 375#endif
376 376
377/* Don't let get_action*() return any ACTION_* values untill the current buttons 377/* Don't let get_action*() return any ACTION_* values until the current buttons
378 * have ben release. SYS_* and BUTTON_NONE will go through. 378 * have been released. SYS_* and BUTTON_NONE will go through.
379 * Any actions relying on _RELEASE won't get seen 379 * Any actions relying on _RELEASE won't get seen.
380 */ 380 */
381void action_wait_for_release(void); 381void action_wait_for_release(void);
382 382