OSDN Git Service

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 4d33749..8cf03c2 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);