summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-ir.cpp')
-rw-r--r--source/slang/slang-ir.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-ir.cpp b/source/slang/slang-ir.cpp
index bd1a212aa..7d2a85983 100644
--- a/source/slang/slang-ir.cpp
+++ b/source/slang/slang-ir.cpp
@@ -377,7 +377,7 @@ namespace Slang
type = rateQualType->getValueType();
}
- // The "true" pointers and the pointer-like stdlib types are the easy cases.
+ // The "true" pointers and the pointer-like core module types are the easy cases.
if( auto ptrType = as<IRPtrTypeBase>(type) )
{
return ptrType->getValueType();