We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a00cc8 commit 03200abCopy full SHA for 03200ab
clang/lib/Basic/BuiltinTargetFeatures.h
@@ -20,7 +20,7 @@ using llvm::StringRef;
20
namespace clang {
21
namespace Builtin {
22
/// TargetFeatures - This class is used to check whether the builtin function
23
-/// has the required tagert specific features. It is able to support the
+/// has the required target specific features. It is able to support the
24
/// combination of ','(and), '|'(or), and '()'. By default, the priority of
25
/// ',' is higher than that of '|' .
26
/// E.g:
0 commit comments