diff options
author | 2012-03-21 07:24:21 -0700 | |
---|---|---|
committer | 2012-03-21 07:24:21 -0700 | |
commit | 652e18d896870c6733412b63c4c99657cc60946e (patch) | |
tree | d81efb3f4ba65d1a4b9e95cd462fd4eb21c98eaf /services/audioflinger/AudioFlinger.cpp | |
parent | 32d72b2f538673466f6e0ebf01886412e803dc4f (diff) | |
parent | 76b6c0c1f57f5b6b5b5d46f0a835a3c36f48b7f3 (diff) |
Merge "Update comments"
Diffstat (limited to 'services/audioflinger/AudioFlinger.cpp')
-rw-r--r-- | services/audioflinger/AudioFlinger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/AudioFlinger.cpp b/services/audioflinger/AudioFlinger.cpp index 1dd9a386aa91..3ab4e343e99a 100644 --- a/services/audioflinger/AudioFlinger.cpp +++ b/services/audioflinger/AudioFlinger.cpp @@ -4256,7 +4256,7 @@ void AudioFlinger::RecordThread::RecordTrack::stop() RecordThread *recordThread = (RecordThread *)thread.get(); recordThread->stop(this); TrackBase::reset(); - // Force overerrun condition to avoid false overrun callback until first data is + // Force overrun condition to avoid false overrun callback until first data is // read from buffer android_atomic_or(CBLK_UNDERRUN_ON, &mCblk->flags); } |