Skip to content

Commit 8389f57

Browse files
Sally QiGerrit Code Review
authored andcommitted
Merge "SF: Remove a redundant word from comment." into main
2 parents e9d9f40 + 997897a commit 8389f57

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)