summaryrefslogtreecommitdiffstats
path: root/source/slang/emit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/emit.cpp')
-rw-r--r--source/slang/emit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/emit.cpp b/source/slang/emit.cpp
index 77b0c2fe9..5272204f6 100644
--- a/source/slang/emit.cpp
+++ b/source/slang/emit.cpp
@@ -487,7 +487,7 @@ static String getStringOrIdentifierTokenValue(
case TokenType::Identifier:
return token.Content;
- case TokenType::StringLiterial:
+ case TokenType::StringLiteral:
return getStringLiteralTokenValue(token);
break;
}