aboutsummaryrefslogtreecommitdiff
path: root/layers/core_validation.cpp
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
commit286f39e1ea368e35710972e7abf464e90fd157fd (patch)
tree836fc61ec9d1dd5b4409593d64587d3c9296350a /layers/core_validation.cpp
parentfb474b0bdd34cfb29e881c11426f22530081bae5 (diff)
downloadusermoji-286f39e1ea368e35710972e7abf464e90fd157fd.tar.xz
layers: Fix 'secondary' typo
Diffstat (limited to 'layers/core_validation.cpp')
-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) {