From 00e2252b3437e1d5d9b99521e3ec578dba5e555b Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Tue, 4 May 2010 21:02:32 +0000 Subject: Fix typos in the comment (now in .c) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25814 a1c6a512-1295-4272-9138-f99709370657 --- apps/action.c | 6 +++--- 1 file 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 } #endif -/* Don't let get_action*() return any ACTION_* values untill the current buttons - * have ben release. SYS_* and BUTTON_NONE will go through. - * Any actions relying on _RELEASE won't get seen +/* Don't let get_action*() return any ACTION_* values until the current buttons + * have been released. SYS_* and BUTTON_NONE will go through. + * Any actions relying on _RELEASE won't get seen. */ void action_wait_for_release(void) { -- cgit v1.2.3