From b085ccd309a0556e2602378ecf4aedb56c334868 Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Mon, 19 Apr 2010 19:48:10 +0000 Subject: Fix typo in comment git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25681 a1c6a512-1295-4272-9138-f99709370657 --- apps/action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/action.h b/apps/action.h index ec9727c120..9ef774de21 100644 --- a/apps/action.h +++ b/apps/action.h @@ -356,7 +356,7 @@ intptr_t get_action_data(void); /* 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); -- cgit