[NFC] Fix typo in comment.

llvm-svn: 233365
This commit is contained in:
Sanjoy Das 2015-03-27 06:06:48 +00:00
parent a1908cd835
commit cdd27d3897

View 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.