From 97f900ce3f71802c5374aba6e340beae363a9d59 Mon Sep 17 00:00:00 2001 From: Alex Sepkowski Date: Wed, 5 Feb 2025 19:26:52 -0800 Subject: [PATCH] Fix typo --- clang/lib/Sema/SemaHLSL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/Sema/SemaHLSL.cpp b/clang/lib/Sema/SemaHLSL.cpp index 6d06d72931f79..2cb389eefaac2 100644 --- a/clang/lib/Sema/SemaHLSL.cpp +++ b/clang/lib/Sema/SemaHLSL.cpp @@ -1359,7 +1359,7 @@ void SemaHLSL::collectResourceBindingsOnUserRecordDecl(const VarDecl *VD, } } -// Diagnore localized register binding errors for a single binding; does not +// Diagnose localized register binding errors for a single binding; does not // diagnose resource binding on user record types, that will be done later // in processResourceBindingOnDecl based on the information collected in // collectResourceBindingsOnVarDecl.