diff --git a/include/llvm/Function.h b/include/llvm/Function.h index 3beda6e2892..7a58e8be610 100644 --- a/include/llvm/Function.h +++ b/include/llvm/Function.h @@ -149,7 +149,7 @@ public: void setAttributes(const AttrListPtr &attrs) { AttributeList = attrs; } - /// hasFnAttr - Return true if this function has given attribute. + /// hasFnAttr - Return true if this function has the given attribute. bool hasFnAttr(Attributes N) const { // Function Attributes are stored at ~0 index return AttributeList.paramHasAttr(~0U, N);