Skip to content

Commit 3a09b73

Browse files
committed
cleanup comments NFC
1 parent e0f3410 commit 3a09b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/HLSLExternalSemaSource.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ static Expr *constructTypedBufferConstraintExpr(Sema &S, SourceLocation NameLoc,
851851
TemplateTypeParmDecl *T) {
852852
ASTContext &Context = S.getASTContext();
853853

854-
// Obtain the QualType for 'unsigned long'
854+
// Obtain the QualType for 'bool'
855855
QualType BoolTy = Context.BoolTy;
856856

857857
// Create a QualType that points to this TemplateTypeParmDecl

0 commit comments

Comments
 (0)