OSDN Git Service

Fix a typo
authorAlexander Kornienko <alexfh@google.com>
Wed, 10 Apr 2019 15:42:53 +0000 (15:42 +0000)
committerAlexander Kornienko <alexfh@google.com>
Wed, 10 Apr 2019 15:42:53 +0000 (15:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358092 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm-c/Object.h

index 76e6080..a32f651 100644 (file)
@@ -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.
  *