Fix grammer.
authorDevang Patel <dpatel@apple.com>
Mon, 29 Sep 2008 18:16:38 +0000 (18:16 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 29 Sep 2008 18:16:38 +0000 (18:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56795 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Function.h

index 3beda6e28926492e913edc46e76bb160bcc59059..7a58e8be610b2375f4d987e90ddd95d7bc0a3fb9 100644 (file)
@@ -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);