summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/scalar_analysis.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/3rdparty/spirv-tools/source/opt/scalar_analysis.cpp')
-rw-r--r--3rdparty/bgfx/3rdparty/spirv-tools/source/opt/scalar_analysis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/scalar_analysis.cpp b/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/scalar_analysis.cpp
index 38555e649e4..2b0a824cf0a 100644
--- a/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/scalar_analysis.cpp
+++ b/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/scalar_analysis.cpp
@@ -581,7 +581,7 @@ static void PushToString(T id, std::u32string* str) {
// Implements the hashing of SENodes.
size_t SENodeHash::operator()(const SENode* node) const {
- // Concatinate the terms into a string which we can hash.
+ // Concatenate the terms into a string which we can hash.
std::u32string hash_string{};
// Hashing the type as a string is safer than hashing the enum as the enum is