summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-04-02 10:34:39 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-04-02 10:34:39 +0000
commit3f0bda296da60ab78c4bb0371bd0433ebb3fc425 (patch)
tree25e10aafb155feed6e0d808e0defaf18366bf714 /llvm/include/llvm-c
parent49a5ddfda0b3485746861feb378e198bd6180691 (diff)
downloadbcm5719-llvm-3f0bda296da60ab78c4bb0371bd0433ebb3fc425.tar.gz
bcm5719-llvm-3f0bda296da60ab78c4bb0371bd0433ebb3fc425.zip
Wdocumentation fix. NFCI.
llvm-svn: 328964
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/DebugInfo.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/include/llvm-c/DebugInfo.h b/llvm/include/llvm-c/DebugInfo.h
index 63da997a6ba..02ae1d51492 100644
--- a/llvm/include/llvm-c/DebugInfo.h
+++ b/llvm/include/llvm-c/DebugInfo.h
@@ -433,11 +433,11 @@ LLVMDIBuilderCreateStaticMemberType(
/**
* Create debugging information entry for a pointer to member.
* \param Builder The DIBuilder.
- * \param PointeeType Type pointed to by this pointer.
- * \param Class Type for which this pointer points to members of.
- * \param SizeInBits Size.
- * \param AlignInBits Alignment. (optional)
- * \param Flags Flags.
+ * \param PointeeType Type pointed to by this pointer.
+ * \param ClassType Type for which this pointer points to members of.
+ * \param SizeInBits Size.
+ * \param AlignInBits Alignment.
+ * \param Flags Flags.
*/
LLVMMetadataRef
LLVMDIBuilderCreateMemberPointerType(LLVMDIBuilderRef Builder,
OpenPOWER on IntegriCloud