Update comment.
authorBill Wendling <isanbard@gmail.com>
Mon, 8 Oct 2012 23:51:19 +0000 (23:51 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 8 Oct 2012 23:51:19 +0000 (23:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165461 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm-c/Core.h

index 4d3374958b5fbc4e97ddf4a80249703fde5375d4..8cf03c268cdb6be42e641c4ed42cdb5cff0c4125 100644 (file)
@@ -1803,7 +1803,7 @@ LLVMAttribute LLVMGetAttribute(LLVMValueRef Arg);
  * Set the alignment for a function parameter.
  *
  * @see llvm::Argument::addAttr()
- * @see llvm::Attribute::constructAlignmentFromInt()
+ * @see llvm::Attributes::constructAlignmentFromInt()
  */
 void LLVMSetParamAlignment(LLVMValueRef Arg, unsigned align);