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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/slang/emit.cpp b/source/slang/emit.cpp
index 6260ac218..815f27bfe 100644
--- a/source/slang/emit.cpp
+++ b/source/slang/emit.cpp
@@ -6970,8 +6970,8 @@ String emitEntryPoint(
String code = sharedContext.sb.ProduceString();
sharedContext.sb.Clear();
- // Now that we've emitted the code for all the declaratiosn in the file,
- // it is time to stich together the final output.
+ // Now that we've emitted the code for all the declarations in the file,
+ // it is time to stitch together the final output.
// There may be global-scope modifiers that we should emit now
visitor.emitGLSLPreprocessorDirectives();