Author: Paul Walker Date: 2025-11-07T14:40:23Z New Revision: 050339b94a2e9917d67bb05b62c65eb1c2a3b857
URL: https://github.com/llvm/llvm-project/commit/050339b94a2e9917d67bb05b62c65eb1c2a3b857 DIFF: https://github.com/llvm/llvm-project/commit/050339b94a2e9917d67bb05b62c65eb1c2a3b857.diff LOG: [Clang] Fix comment typo in BuiltinTargetFeatures.h Added: Modified: clang/lib/Basic/BuiltinTargetFeatures.h Removed: ################################################################################ diff --git a/clang/lib/Basic/BuiltinTargetFeatures.h b/clang/lib/Basic/BuiltinTargetFeatures.h index 9754acda2a68f..bf227a17f7869 100644 --- a/clang/lib/Basic/BuiltinTargetFeatures.h +++ b/clang/lib/Basic/BuiltinTargetFeatures.h @@ -20,7 +20,7 @@ using llvm::StringRef; namespace clang { namespace Builtin { /// TargetFeatures - This class is used to check whether the builtin function -/// has the required tagert specific features. It is able to support the +/// has the required target specific features. It is able to support the /// combination of ','(and), '|'(or), and '()'. By default, the priority of /// ',' is higher than that of '|' . /// E.g: _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
