summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit-c-like.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-emit-c-like.cpp')
-rw-r--r--source/slang/slang-emit-c-like.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-emit-c-like.cpp b/source/slang/slang-emit-c-like.cpp
index a2795675d..417d454fb 100644
--- a/source/slang/slang-emit-c-like.cpp
+++ b/source/slang/slang-emit-c-like.cpp
@@ -2672,7 +2672,7 @@ void CLikeSourceEmitter::defaultEmitInstExpr(IRInst* inst, const EmitOpInfo& inO
case kIROp_WrapExistential:
{
// Normally `WrapExistential` shouldn't exist in user code at this point.
- // The only exception is when the user is calling a stdlib generic
+ // The only exception is when the user is calling a core module generic
// function that has an existential type argument, for example
// `StructuredBuffer<ISomething>.Load()`.
// We can safely ignore the `wrapExistential` operation in this case.