From c3ae93f21280859086ae371428ffd32f39e76d50 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Mon, 30 Jul 2012 10:59:30 -0700 Subject: Update audio comments Change-Id: Ie7504d0ddb252f7e4d4f99ed0b44cfc7b1049816 --- media/libmedia/AudioTrack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media') diff --git a/media/libmedia/AudioTrack.cpp b/media/libmedia/AudioTrack.cpp index 73d396e..362d022 100644 --- a/media/libmedia/AudioTrack.cpp +++ b/media/libmedia/AudioTrack.cpp @@ -1144,7 +1144,7 @@ status_t TimedAudioTrack::allocateTimedBuffer(size_t size, sp* buffer) // If the track is not invalid already, try to allocate a buffer. alloc // fails indicating that the server is dead, flag the track as invalid so - // we can attempt to restore in in just a bit. + // we can attempt to restore in just a bit. if (!(mCblk->flags & CBLK_INVALID_MSK)) { result = mAudioTrack->allocateTimedBuffer(size, buffer); if (result == DEAD_OBJECT) { -- cgit v1.1