Skip to content

Commit 4d1c854

Browse files
committed
IR: fix documentation markup
Use `\brief` instead of `\Brief`. NFC. llvm-svn: 334627
1 parent 61631b1 commit 4d1c854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/IR/Attributes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,12 +465,12 @@ class AttributeList {
465465
return removeAttributes(C, ArgNo + FirstArgIndex);
466466
}
467467

468-
/// \Brief Add the dereferenceable attribute to the attribute set at the given
468+
/// \brief Add the dereferenceable attribute to the attribute set at the given
469469
/// index. Returns a new list because attribute lists are immutable.
470470
AttributeList addDereferenceableAttr(LLVMContext &C, unsigned Index,
471471
uint64_t Bytes) const;
472472

473-
/// \Brief Add the dereferenceable attribute to the attribute set at the given
473+
/// \brief Add the dereferenceable attribute to the attribute set at the given
474474
/// arg index. Returns a new list because attribute lists are immutable.
475475
AttributeList addDereferenceableParamAttr(LLVMContext &C, unsigned ArgNo,
476476
uint64_t Bytes) const {

0 commit comments

Comments
 (0)