From: Alexander Kornienko Date: Wed, 10 Apr 2019 15:42:53 +0000 (+0000) Subject: Fix a typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84f9adc6c9d2fc975cb905d12044b756f5448bb3;p=llvm Fix a typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358092 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm-c/Object.h b/include/llvm-c/Object.h index 76e6080dba0..a32f6514094 100644 --- a/include/llvm-c/Object.h +++ b/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. *