summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-05-08 22:59:25 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-05-08 22:59:25 +0000
commitd9839bc8a6cc42a78140595035cbbc167fd3920f (patch)
tree34c259ae9a28206d45c47dcd06724f285ac5acf3 /apps
parent1c59b101df15a7a14b7be787045ae88306672f9f (diff)
downloadrockbox-d9839bc8a6cc42a78140595035cbbc167fd3920f.tar.gz
rockbox-d9839bc8a6cc42a78140595035cbbc167fd3920f.zip
Silly fix for a silly comment mistake.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13362 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/playback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 7345ef1400..1212992e15 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -669,7 +669,7 @@ void audio_play(long offset)
/* Start playback */
LOGFQUEUE("audio >| audio Q_AUDIO_PLAY: %l", offset);
- /* Don't return until playback has actually stopped */
+ /* Don't return until playback has actually started */
queue_send(&audio_queue, Q_AUDIO_PLAY, offset);
}