From 286f39e1ea368e35710972e7abf464e90fd157fd Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Mon, 24 Apr 2017 18:39:45 -0700 Subject: layers: Fix 'secondary' typo --- layers/core_validation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/core_validation.cpp') diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp index 5cbddfe1..10d11629 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -1976,7 +1976,7 @@ static bool attachment_references_compatible(const uint32_t index, const VkAttac return false; } // TODO : Scrub verify_renderpass_compatibility() and validateRenderPassCompatibility() and unify them and/or share code -// For given primary RenderPass object and secondry RenderPassCreateInfo, verify that they're compatible +// For given primary RenderPass object and secondary RenderPassCreateInfo, verify that they're compatible static bool verify_renderpass_compatibility(const layer_data *dev_data, const VkRenderPassCreateInfo *primaryRPCI, const VkRenderPassCreateInfo *secondaryRPCI, string &errorMsg) { if (primaryRPCI->subpassCount != secondaryRPCI->subpassCount) { -- cgit v1.2.3