Skip to content

Commit 997897a

Browse files
author
zhengchuanlong
committed
SF: Remove a redundant word from comment.
Bug: none Test: none Change-Id: Ia3187dc8adc6d4bb747b0bb0dac195799c3ae6bd Signed-off-by: zhengchuanlong <zhengchuanlong@xiaomi.com>
1 parent 847e447 commit 997897a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/renderengine/skia/SkiaRenderEngine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ void SkiaRenderEngine::drawLayersInternal(
970970
const auto& item = layer.source.buffer;
971971
auto imageTextureRef = getOrCreateBackendTexture(item.buffer->getBuffer(), false);
972972

973-
// if the layer's buffer has a fence, then we must must respect the fence prior to using
973+
// if the layer's buffer has a fence, then we must respect the fence prior to using
974974
// the buffer.
975975
if (layer.source.buffer.fence != nullptr) {
976976
waitFence(context, layer.source.buffer.fence->get());

0 commit comments

Comments
 (0)