summaryrefslogtreecommitdiffstats
path: root/source/slang/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/parser.cpp')
-rw-r--r--source/slang/parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/parser.cpp b/source/slang/parser.cpp
index 38a28745a..e2085eb7d 100644
--- a/source/slang/parser.cpp
+++ b/source/slang/parser.cpp
@@ -4520,7 +4520,7 @@ namespace Slang
// __intrinsic_op(<identifier>)
//
// Finally, we can leave off the specification, so that the
- // op name will be derived fromthe function name:
+ // op name will be derived from the function name:
//
// __intrinsic_op
//