Comments

Change-Id: I56f82904cb3855bad6f33ad1ff4ddf66a61c5720
diff --git a/include/media/AudioTrack.h b/include/media/AudioTrack.h
index ae92cdd..8aa1911 100644
--- a/include/media/AudioTrack.h
+++ b/include/media/AudioTrack.h
@@ -682,7 +682,8 @@
     uint32_t                mNotificationFramesAct; // actual number of frames between each
                                                     // notification callback,
                                                     // at initial source sample rate
-    bool                    mRefreshRemaining;      // processAudioBuffer() should refresh next 2
+    bool                    mRefreshRemaining;      // processAudioBuffer() should refresh
+                                                    // mRemainingFrames and mRetryOnPartialBuffer
 
     // These are private to processAudioBuffer(), and are not protected by a lock
     uint32_t                mRemainingFrames;       // number of frames to request in obtainBuffer()