From 259cfa9dabca31bb1739f9ca1b42e7ca1181652f Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Wed, 13 Feb 2019 10:40:57 -0500 Subject: 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 --- source/slang/lower-to-ir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/slang/lower-to-ir.cpp') 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, -- cgit v1.2.3