From f76ddc1ff8fbccfff80865cef59d8d8f22d27e25 Mon Sep 17 00:00:00 2001 From: alle Date: Mon, 19 Apr 2010 19:49:42 +0000 Subject: [PATCH] Fix typo in comment in the other file as well git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25682 a1c6a512-1295-4272-9138-f99709370657 --- apps/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/action.c b/apps/action.c index 3d4ea9c48..e26091423 100644 --- a/apps/action.c +++ b/apps/action.c @@ -369,7 +369,7 @@ int get_action_statuscode(int *button) /* return BUTTON_NONE on error * BUTTON_REPEAT if repeated press * BUTTON_REPEAT|BUTTON_REL if release after repeated press - * BUTTON_REL if its a short press = release after press + * BUTTON_REL if it's a short press = release after press * BUTTON_TOUCHSCREEN if press */ int action_get_touchscreen_press(short *x, short *y) -- 2.11.4.GIT