summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit-glsl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-emit-glsl.cpp')
-rw-r--r--source/slang/slang-emit-glsl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-emit-glsl.cpp b/source/slang/slang-emit-glsl.cpp
index f82a76d4a..ebcad1873 100644
--- a/source/slang/slang-emit-glsl.cpp
+++ b/source/slang/slang-emit-glsl.cpp
@@ -827,7 +827,7 @@ void GLSLSourceEmitter::_maybeEmitGLSLBuiltin(IRGlobalParam* var, UnownedStringS
// that inline.
auto paramGroupType = as<IRGLSLOutputParameterGroupType>(var->getFullType());
- SLANG_ASSERT(paramGroupType && "Mesh shader builtin output was not a paramter group");
+ SLANG_ASSERT(paramGroupType && "Mesh shader builtin output was not a parameter group");
auto arrayType = as<IRArrayTypeBase>(paramGroupType->getOperand(0));
SLANG_ASSERT(paramGroupType && "Mesh shader builtin output was not an array");
auto elementType = as<IRStructType>(arrayType->getElementType());