diff --git a/include/llvm/IR/Attributes.h b/include/llvm/IR/Attributes.h index 24fae1847d8..86af13f864f 100644 --- a/include/llvm/IR/Attributes.h +++ b/include/llvm/IR/Attributes.h @@ -477,7 +477,7 @@ public: /// \brief Remove the attributes from the builder. AttrBuilder &remove(const AttrBuilder &B); - /// \brief \brief Return true if the builder has any attribute that's in the + /// \brief Return true if the builder has any attribute that's in the /// specified builder. bool overlaps(const AttrBuilder &B) const;