Skip to content

Commit 0362c81

Browse files
committed
comment update so I can force push the branch and unblock the stuck PR
1 parent e042f72 commit 0362c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaHLSL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ static bool isZeroSizedArray(const ConstantArrayType *CAT) {
270270
}
271271

272272
// Returns true if the record type is an HLSL resource class or an array of
273-
// HLSL resource classes
273+
// resource classes
274274
static bool isResourceRecordTypeOrArrayOf(const Type *Ty) {
275275
while (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(Ty))
276276
Ty = CAT->getArrayElementTypeNoTypeQual();

0 commit comments

Comments
 (0)