diff options
Diffstat (limited to 'libs/gui/GLConsumer.cpp')
-rw-r--r-- | libs/gui/GLConsumer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gui/GLConsumer.cpp b/libs/gui/GLConsumer.cpp index 29d52684c8..3acd3ab802 100644 --- a/libs/gui/GLConsumer.cpp +++ b/libs/gui/GLConsumer.cpp @@ -442,7 +442,7 @@ status_t GLConsumer::updateAndReleaseLocked(const BufferItem& item, slot, mSlots[slot].mGraphicBuffer->handle); // Hang onto the pointer so that it isn't freed in the call to - // releaseBufferLocked() if we're in single buffer mode and both buffers are + // releaseBufferLocked() if we're in shared buffer mode and both buffers are // the same. sp<EglImage> nextTextureImage = mEglSlots[slot].mEglImage; |