aboutsummaryrefslogtreecommitdiff
path: root/layers/core_validation.cpp
diff options
context:
space:
mode:
authorKarl Schultz <karl@lunarg.com>2016-03-25 09:10:34 -0600
committerKarl Schultz <karl@lunarg.com>2016-03-25 09:10:34 -0600
commitf1239315d5271886be15f2aa14fe82857b7f6943 (patch)
treeac2fb4711083e9e6eac83c0b53894c3f5c7d309e /layers/core_validation.cpp
parent08b95921d9cc0de8d2186e90584807ca9795733d (diff)
downloadusermoji-f1239315d5271886be15f2aa14fe82857b7f6943.tar.xz
layers: LX453 fix typo in output message.
Change-Id: I7ec8ba429a886bee14dd5a209fa6718941ec19d5
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 04704f6a..b22cdd4c 100644
--- a/layers/core_validation.cpp
+++ b/layers/core_validation.cpp
@@ -9498,7 +9498,7 @@ VkBool32 VerifyFramebufferAndRenderPassLayouts(VkCommandBuffer cmdBuffer, const
log_msg(dev_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __LINE__,
DRAWSTATE_INVALID_RENDERPASS, "DS", "You cannot start a render pass using attachment %i "
"where the "
- "intial layout is %s and the layout of the attachment at the "
+ "initial layout is %s and the layout of the attachment at the "
"start of the render pass is %s. The layouts must match.",
i, string_VkImageLayout(newNode.layout), string_VkImageLayout(node.layout));
}