aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobin Ehlis <tobine@google.com>2018-02-13 07:41:17 -0700
committerTobin Ehlis <tobine@google.com>2018-02-13 09:14:47 -0700
commitc1ee41602fa2f50719b16681bdf7f88d5a5fec77 (patch)
tree1f95e987a84b42a1f0a1673ee76020111191cc40
parenta1d2144eeb19b4ac81e730a469329d841196343b (diff)
downloadvulkan-validation-layers-c1ee41602fa2f50719b16681bdf7f88d5a5fec77.tar.gz
layers:Fix typo databate->database
-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 69449b1f9..0401ee443 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<CMD_TYPE>::type;
static const std::unordered_map<CmdTypeHashType, UNIQUE_VALIDATION_ERROR_CODE> must_be_recording_map = {