From c580144f41393217f928a0f8a99ff2cb066d460a Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Mon, 29 Sep 2008 18:16:38 +0000 Subject: [PATCH] Fix grammer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56795 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Function.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);