From 7cf8f3c9c2c4da3f479de586dd0ded8563f4487c Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 8 Oct 2012 23:51:19 +0000 Subject: [PATCH] Update comment. llvm-svn: 165461 --- llvm/include/llvm-c/Core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index 4d33749..8cf03c2 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/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.7.4