From: Alexander Kornienko Date: Wed, 10 Apr 2019 15:42:53 +0000 (+0000) Subject: Fix a typo X-Git-Tag: llvmorg-10-init~8089 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8eae988b89a1ddb63da7062844bfebe3f055b987;p=platform%2Fupstream%2Fllvm.git Fix a typo llvm-svn: 358092 --- diff --git a/llvm/include/llvm-c/Object.h b/llvm/include/llvm-c/Object.h index 76e6080..a32f651 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. *