summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/slang/compiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/compiler.cpp b/source/slang/compiler.cpp
index c93f3f70c..21f56c9ee 100644
--- a/source/slang/compiler.cpp
+++ b/source/slang/compiler.cpp
@@ -1153,7 +1153,7 @@ SlangResult dissassembleDXILUsingDXC(
// It is possible that we are dynamically discovering entry
// points (using `[shader(...)]` attributes), so that the
// number of entry points on the compile request does not
- // match the number of entries in teh `entryPointOutputPaths`
+ // match the number of entries in the `entryPointOutputPaths`
// array.
//
String outputPath;