diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2019-02-13 10:40:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-13 10:40:57 -0500 |
| commit | 259cfa9dabca31bb1739f9ca1b42e7ca1181652f (patch) | |
| tree | 78273886addaf9598fb11f2699bfca34551bb965 /source/slang/lower-to-ir.cpp | |
| parent | 73af7100416e1627d1de0aaa94983f56406a9d49 (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.cpp | 2 |
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, |
