diff options
author | Devang Patel <dpatel@apple.com> | 2008-09-29 18:16:38 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2008-09-29 18:16:38 +0000 |
commit | c580144f41393217f928a0f8a99ff2cb066d460a (patch) | |
tree | c81a3e17386c32713f4f34bdd0b35ba8fda8936d /include/llvm/Function.h | |
parent | 12602059a1c1dc88df7c442caedd55dc3d34414b (diff) |
Fix grammer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56795 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Function.h')
-rw-r--r-- | include/llvm/Function.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Function.h b/include/llvm/Function.h index 3beda6e289..7a58e8be61 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); |