Index: src/gpu/vk/GrVkRenderPass.cpp |
diff --git a/src/gpu/vk/GrVkRenderPass.cpp b/src/gpu/vk/GrVkRenderPass.cpp |
index 35387761d372d2acdbea7613f245587ea1e50172..1aedab4cfa985dd35fcef1d7ec173f9129cd576d 100644 |
--- a/src/gpu/vk/GrVkRenderPass.cpp |
+++ b/src/gpu/vk/GrVkRenderPass.cpp |
@@ -187,7 +187,7 @@ void GrVkRenderPass::getBeginInfo(const GrVkRenderTarget& target, |
beginInfo->clearValueCount = 0; |
beginInfo->pClearValues = nullptr; |
- // Currently just assuming no secondary cmd buffers. This value will need to be update if we |
+ // Currently just assuming no secondary cmd buffers. This value will need to be update if we |
// have them. |
*contents = VK_SUBPASS_CONTENTS_INLINE; |
} |
@@ -235,4 +235,3 @@ void GrVkRenderPass::genKey(GrProcessorKeyBuilder* b) const { |
b->add32(fAttachmentsDescriptor.fStencil.fSamples); |
} |
} |
- |