[llvm] r358092 - Fix a typo

Alexander Kornienko via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 10 08:42:54 PDT 2019


Author: alexfh
Date: Wed Apr 10 08:42:53 2019
New Revision: 358092

URL: http://llvm.org/viewvc/llvm-project?rev=358092&view=rev
Log:
Fix a typo

Modified:
    llvm/trunk/include/llvm-c/Object.h

Modified: llvm/trunk/include/llvm-c/Object.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm-c/Object.h?rev=358092&r1=358091&r2=358092&view=diff
==============================================================================
--- llvm/trunk/include/llvm-c/Object.h (original)
+++ llvm/trunk/include/llvm-c/Object.h Wed Apr 10 08:42:53 2019
@@ -103,7 +103,7 @@ LLVMMemoryBufferRef LLVMBinaryCopyMemory
 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 LLVMObjectFileIsSectionIterator
                                               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.
  *




More information about the llvm-commits mailing list