summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-conversion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-check-conversion.cpp')
-rw-r--r--source/slang/slang-check-conversion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-check-conversion.cpp b/source/slang/slang-check-conversion.cpp
index 586f44887..9ca96ee49 100644
--- a/source/slang/slang-check-conversion.cpp
+++ b/source/slang/slang-check-conversion.cpp
@@ -774,7 +774,7 @@ namespace Slang
// Allow implicit conversion from sized array to unsized array when
// calling a function.
// Note: we implement the logic here instead of an implicit_conversion
- // intrinsic in the stdlib because we only want to allow this conversion
+ // intrinsic in the core module because we only want to allow this conversion
// when calling a function.
//
if (site == CoercionSite::Argument)