[clang] Fix some typos under clang (NFC) (PR #133558)
Qinkun Bao via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 29 06:57:25 PDT 2025
================
@@ -61,7 +61,7 @@ void addCXXDeallocatorChecker(AnalysisASTConsumer &AnalysisConsumer,
}
// TODO: What we should really be testing here is all the different varieties
-// of delete operators, and wether the retrieval of their arguments works as
+// of delete operators, and weather the retrieval of their arguments works as
----------------
qinkunbao wrote:
Done. Thanks for the finding.
https://github.com/llvm/llvm-project/pull/133558
More information about the cfe-commits
mailing list