diff options
author | Alexander Levin <al.le@rockbox.org> | 2010-04-19 19:48:10 +0000 |
---|---|---|
committer | Alexander Levin <al.le@rockbox.org> | 2010-04-19 19:48:10 +0000 |
commit | b085ccd309a0556e2602378ecf4aedb56c334868 (patch) | |
tree | d78308c0c355fab185cc58f691eb423daa4e7cd7 /apps/action.h | |
parent | 8173fed6d9a74ce5c16ec33de529ed4f7d82b5e6 (diff) |
Fix typo in comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25681 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/action.h')
-rw-r--r-- | apps/action.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |