File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -465,12 +465,12 @@ class AttributeList {
465
465
return removeAttributes (C, ArgNo + FirstArgIndex);
466
466
}
467
467
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
469
469
// / index. Returns a new list because attribute lists are immutable.
470
470
AttributeList addDereferenceableAttr (LLVMContext &C, unsigned Index,
471
471
uint64_t Bytes) const ;
472
472
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
474
474
// / arg index. Returns a new list because attribute lists are immutable.
475
475
AttributeList addDereferenceableParamAttr (LLVMContext &C, unsigned ArgNo,
476
476
uint64_t Bytes) const {
You can’t perform that action at this time.
0 commit comments