summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Forbes <chrisforbes@google.com>2017-04-24 18:39:45 -0700
committerChris Forbes <chrisf@ijw.co.nz>2017-04-26 07:55:08 +1200
commit266231a5421564c314f6b5d5bd3fed26fd389484 (patch)
treeba4f3b21cf97fc1d8fdeea5c24c0ac9c67a631d6
parent8e88ad80aacad2085e76016e7bb29d243ce7f7b6 (diff)
layers: Fix 'secondary' typo
-rw-r--r--layers/core_validation.cpp2
1 files changed, 1 insertions, 1 deletions
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) {