From 928f5d4351f06d90ea0d28505a884ead23fd108d Mon Sep 17 00:00:00 2001 From: alle Date: Tue, 4 May 2010 20:47:52 +0000 Subject: [PATCH] Fix typos in the comment git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25813 a1c6a512-1295-4272-9138-f99709370657 --- apps/action.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/action.h b/apps/action.h index 9ef774de2..8e93f30d2 100644 --- a/apps/action.h +++ b/apps/action.h @@ -374,9 +374,9 @@ int action_get_touchscreen_press(short *x, short *y); 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); -- 2.11.4.GIT