From d9839bc8a6cc42a78140595035cbbc167fd3920f Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 8 May 2007 22:59:25 +0000 Subject: Silly fix for a silly comment mistake. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13362 a1c6a512-1295-4272-9138-f99709370657 --- apps/playback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/playback.c b/apps/playback.c index 7345ef1..1212992 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); } -- cgit v1.1