[NFC] Fix typo in comment.
authorSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 27 Mar 2015 06:06:48 +0000 (06:06 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 27 Mar 2015 06:06:48 +0000 (06:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233365 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/Instructions.h

index 52fa3607ad531e94dd44c3c36158a3f62be5d5dd..847c931c8e53484f5ac794941b2f8bc6f9561418 100644 (file)
@@ -3093,7 +3093,7 @@ public:
   /// removeAttribute - removes the attribute from the list of attributes.
   void removeAttribute(unsigned i, Attribute attr);
 
-  /// \brief removes the dereferenceable attribute to the list of attributes.
+  /// \brief adds the dereferenceable attribute to the list of attributes.
   void addDereferenceableAttr(unsigned i, uint64_t Bytes);
 
   /// \brief Determine whether this call has the given attribute.