From fcafc5a38bca6bfe64cf87453dc981e085b09425 Mon Sep 17 00:00:00 2001 From: Tobin Ehlis Date: Tue, 13 Feb 2018 07:41:17 -0700 Subject: layers:Fix typo databate->database --- layers/core_validation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp index 69449b1f..0401ee44 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -1671,7 +1671,7 @@ static bool ReportInvalidCommandBuffer(layer_data *dev_data, const GLOBAL_CB_NOD } // 'commandBuffer must be in the recording state' valid usage error code for each command -// Note: grepping for ^^^^^^^^^ in vk_validation_databate is easily massaged into the following list +// Note: grepping for ^^^^^^^^^ in vk_validation_database is easily massaged into the following list // Note: C++11 doesn't automatically devolve enum types to the underlying type for hash traits purposes (fixed in C++14) using CmdTypeHashType = std::underlying_type::type; static const std::unordered_map must_be_recording_map = { -- cgit v1.2.3