summaryrefslogtreecommitdiffstats
path: root/apps/action.c
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-05-04 21:02:32 +0000
committerAlexander Levin <al.le@rockbox.org>2010-05-04 21:02:32 +0000
commit00e2252b3437e1d5d9b99521e3ec578dba5e555b (patch)
tree8b224c5def61b90fb7933f1fa1924fc780c1cd3d /apps/action.c
parent295da3ffadbb0a9eca7ecea9b7230cfd1c2bff39 (diff)
downloadrockbox-00e2252b3437e1d5d9b99521e3ec578dba5e555b.tar.gz
rockbox-00e2252b3437e1d5d9b99521e3ec578dba5e555b.zip
Fix typos in the comment (now in .c)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25814 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/action.c')
-rw-r--r--apps/action.c6
1 files 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)
{