aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm-c
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-10-08 23:51:19 +0000
committerBill Wendling <isanbard@gmail.com>2012-10-08 23:51:19 +0000
commit408aad5031d1877fe73959b7b66549ab6fe9b09e (patch)
tree216542588029443a678927405ffbf651dae5a2ca /include/llvm-c
parentf385f4ca1c7c3975779400dc2acf494878a8d6d4 (diff)
downloadexternal_llvm-408aad5031d1877fe73959b7b66549ab6fe9b09e.zip
external_llvm-408aad5031d1877fe73959b7b66549ab6fe9b09e.tar.gz
external_llvm-408aad5031d1877fe73959b7b66549ab6fe9b09e.tar.bz2
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165461 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c')
-rw-r--r--include/llvm-c/Core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h
index 4d33749..8cf03c2 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);