From 408aad5031d1877fe73959b7b66549ab6fe9b09e Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 8 Oct 2012 23:51:19 +0000 Subject: [PATCH] Update comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165461 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm-c/Core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index 4d3374958b5..8cf03c268cd 100644 --- a/include/llvm-c/Core.h +++ b/include/llvm-c/Core.h @@ -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); -- 2.11.0