summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
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