Fix a typo

llvm-svn: 358092
This commit is contained in:
Alexander Kornienko 2019-04-10 15:42:53 +00:00
parent b814e57ffb
commit 8eae988b89
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ LLVMMemoryBufferRef LLVMBinaryCopyMemoryBuffer(LLVMBinaryRef BR);
LLVMBinaryType LLVMBinaryGetType(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. * If there are no sections, the result is NULL.
* *
@ -124,7 +124,7 @@ LLVMBool LLVMObjectFileIsSectionIteratorAtEnd(LLVMBinaryRef BR,
LLVMSectionIteratorRef SI); 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. * If there are no symbols, the result is NULL.
* *