diff options
| author | Tobin Ehlis <tobine@google.com> | 2018-02-13 07:41:17 -0700 |
|---|---|---|
| committer | Tobin Ehlis <tobine@google.com> | 2018-02-13 09:14:47 -0700 |
| commit | fcafc5a38bca6bfe64cf87453dc981e085b09425 (patch) | |
| tree | 1d52f753f460314db7fbc554c45ebfeb5cf9e860 /layers/core_validation.cpp | |
| parent | 497091312c6881dc46de828585a8d571a4dc5c73 (diff) | |
| download | usermoji-fcafc5a38bca6bfe64cf87453dc981e085b09425.tar.xz | |
layers:Fix typo databate->database
Diffstat (limited to 'layers/core_validation.cpp')
| -rw-r--r-- | layers/core_validation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<CMD_TYPE>::type; static const std::unordered_map<CmdTypeHashType, UNIQUE_VALIDATION_ERROR_CODE> must_be_recording_map = { |
