summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-specialize.cpp
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2020-11-06 10:31:15 -0800
committerGitHub <noreply@github.com>2020-11-06 10:31:15 -0800
commitc1e0a9d783edf0f19b281e051a42f801850b1488 (patch)
treec23354adbb712c2d61d88ad58e0a1925a2802bea /source/slang/slang-ir-specialize.cpp
parent444ff4d8fdeb721b94a9424d03c162f43fb217c9 (diff)
Fix comments. "white-list" -> "allow-list". (#1597)
Diffstat (limited to 'source/slang/slang-ir-specialize.cpp')
-rw-r--r--source/slang/slang-ir-specialize.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-ir-specialize.cpp b/source/slang/slang-ir-specialize.cpp
index caaa700a0..efcdb4498 100644
--- a/source/slang/slang-ir-specialize.cpp
+++ b/source/slang/slang-ir-specialize.cpp
@@ -398,7 +398,7 @@ struct SpecializationContext
// as all of its operands are.
//
// TODO: We realistically need a more refined
- // check here that uses a white-list of instructions
+ // check here that uses an allow-list of instructions
// that can represent values suitable for use
// as generic arguments.
//