summaryrefslogtreecommitdiff
path: root/source/slang/lower-to-ir.cpp
diff options
context:
space:
mode:
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,