Skip to content

Commit d52b410

Browse files
committed
tiny cleanup
1 parent 197a78d commit d52b410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGHLSLRuntime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ std::optional<LValue> CGHLSLRuntime::emitResourceArraySubscriptExpr(
10321032
ArraySubsExpr->getType()->isHLSLResourceRecordArray()) &&
10331033
"expected resource array subscript expression");
10341034

1035-
// Let Clang codegen handle local and static resource array subscripts,
1035+
// Let clang codegen handle local and static resource array subscripts,
10361036
// or when the subscript references on opaque expression (as part of
10371037
// ArrayInitLoopExpr AST node).
10381038
const VarDecl *ArrayDecl =

0 commit comments

Comments
 (0)