summaryrefslogtreecommitdiffstats
path: root/source/slang/lower-to-ir.cpp
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2019-02-13 10:40:57 -0500
committerGitHub <noreply@github.com>2019-02-13 10:40:57 -0500
commit259cfa9dabca31bb1739f9ca1b42e7ca1181652f (patch)
tree78273886addaf9598fb11f2699bfca34551bb965 /source/slang/lower-to-ir.cpp
parent73af7100416e1627d1de0aaa94983f56406a9d49 (diff)
Fix typos in diagnostic message and comments (#843)
* * Fix some comment typos * Fix typo in diagnostic message * Fix typo in expected output of undefined-in-preprocessor-conditional
Diffstat (limited to 'source/slang/lower-to-ir.cpp')
-rw-r--r--source/slang/lower-to-ir.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/lower-to-ir.cpp b/source/slang/lower-to-ir.cpp
index 665904969..0d9427b08 100644
--- a/source/slang/lower-to-ir.cpp
+++ b/source/slang/lower-to-ir.cpp
@@ -113,7 +113,7 @@ struct LoweredValInfo
// A simple IR value
Simple,
- // An l-value reprsented as an IR
+ // An l-value represented as an IR
// pointer to the value
Ptr,