diff options
Diffstat (limited to 'include/clang/Basic/Attributes.h')
-rw-r--r-- | include/clang/Basic/Attributes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/Attributes.h b/include/clang/Basic/Attributes.h index c651abacd482b..3152453694c9d 100644 --- a/include/clang/Basic/Attributes.h +++ b/include/clang/Basic/Attributes.h @@ -32,7 +32,7 @@ enum class AttrSyntax { Pragma }; -/// \brief Return the version number associated with the attribute if we +/// Return the version number associated with the attribute if we /// recognize and implement the attribute specified by the given information. int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, const IdentifierInfo *Attr, const TargetInfo &Target, |