summaryrefslogtreecommitdiff
path: root/source/slang/slang-compiler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-compiler.cpp')
-rw-r--r--source/slang/slang-compiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-compiler.cpp b/source/slang/slang-compiler.cpp
index af4468383..40e1903e5 100644
--- a/source/slang/slang-compiler.cpp
+++ b/source/slang/slang-compiler.cpp
@@ -1749,7 +1749,7 @@ namespace Slang
// The user requested no output
return SLANG_OK;
- // Note(tfoley): We currently hit this case when compiling the stdlib
+ // Note(tfoley): We currently hit this case when compiling the core module
case CodeGenTarget::Unknown:
return SLANG_OK;