diff options
| author | Paul Walker <paul.walker@arm.com> | 2025-11-07 11:38:02 +0000 |
|---|---|---|
| committer | Paul Walker <paul.walker@arm.com> | 2025-11-07 14:40:23 +0000 |
| commit | 050339b94a2e9917d67bb05b62c65eb1c2a3b857 (patch) | |
| tree | acb9c4285c6e82f819cf319a8f529efb50a42816 /clang/lib | |
| parent | 037fd305629480174387986d9eaaea0e147847f2 (diff) | |
| download | llvm-050339b94a2e9917d67bb05b62c65eb1c2a3b857.zip llvm-050339b94a2e9917d67bb05b62c65eb1c2a3b857.tar.gz llvm-050339b94a2e9917d67bb05b62c65eb1c2a3b857.tar.bz2 | |
[Clang] Fix comment typo in BuiltinTargetFeatures.h
Diffstat (limited to 'clang/lib')
| -rw-r--r-- | clang/lib/Basic/BuiltinTargetFeatures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Basic/BuiltinTargetFeatures.h b/clang/lib/Basic/BuiltinTargetFeatures.h index 9754acd..bf227a1 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: |
