Skip to content

Commit 03200ab

Browse files
paulwalker-armvinay-deshmukh
authored andcommitted
[Clang] Fix comment typo in BuiltinTargetFeatures.h
1 parent 0a00cc8 commit 03200ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Basic/BuiltinTargetFeatures.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ using llvm::StringRef;
2020
namespace clang {
2121
namespace Builtin {
2222
/// TargetFeatures - This class is used to check whether the builtin function
23-
/// has the required tagert specific features. It is able to support the
23+
/// has the required target specific features. It is able to support the
2424
/// combination of ','(and), '|'(or), and '()'. By default, the priority of
2525
/// ',' is higher than that of '|' .
2626
/// E.g:

0 commit comments

Comments
 (0)