summaryrefslogtreecommitdiff
path: root/include/llvm/Attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Attributes.h')
-rw-r--r--include/llvm/Attributes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Attributes.h b/include/llvm/Attributes.h
index a6297e0f7f..eda274407a 100644
--- a/include/llvm/Attributes.h
+++ b/include/llvm/Attributes.h
@@ -142,7 +142,7 @@ public:
/// \brief The set of attributes set in Attribute is converted to a string of
/// equivalent mnemonics. This is, presumably, for writing out the mnemonics
- /// for the assembly writer. @brief Convert attribute bits to text
+ /// for the assembly writer.
std::string getAsString() const;
};