diff options
Diffstat (limited to 'llvm/include/llvm-c/Object.h')
-rw-r--r-- | llvm/include/llvm-c/Object.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm-c/Object.h b/llvm/include/llvm-c/Object.h index 76e6080dba0..a32f6514094 100644 --- a/llvm/include/llvm-c/Object.h +++ b/llvm/include/llvm-c/Object.h @@ -103,7 +103,7 @@ LLVMMemoryBufferRef LLVMBinaryCopyMemoryBuffer(LLVMBinaryRef BR); LLVMBinaryType LLVMBinaryGetType(LLVMBinaryRef BR); /** - * Retrieve a copy of the the section iterator for this object file. + * Retrieve a copy of the section iterator for this object file. * * If there are no sections, the result is NULL. * @@ -124,7 +124,7 @@ LLVMBool LLVMObjectFileIsSectionIteratorAtEnd(LLVMBinaryRef BR, LLVMSectionIteratorRef SI); /** - * Retrieve a copy of the the symbol iterator for this object file. + * Retrieve a copy of the symbol iterator for this object file. * * If there are no symbols, the result is NULL. * |