Skip to content

Commit 7e0bef3

Browse files
authored
[HLSL][NFC] Fix typo in comment in SemaHLSL.cpp (#125992)
Fix a comment typo.
1 parent 7a213e7 commit 7e0bef3

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
@@ -1359,7 +1359,7 @@ void SemaHLSL::collectResourceBindingsOnUserRecordDecl(const VarDecl *VD,
13591359
}
13601360
}
13611361

1362-
// Diagnore localized register binding errors for a single binding; does not
1362+
// Diagnose localized register binding errors for a single binding; does not
13631363
// diagnose resource binding on user record types, that will be done later
13641364
// in processResourceBindingOnDecl based on the information collected in
13651365
// collectResourceBindingsOnVarDecl.

0 commit comments

Comments
 (0)