From 8eae988b89a1ddb63da7062844bfebe3f055b987 Mon Sep 17 00:00:00 2001 From: Alexander Kornienko Date: Wed, 10 Apr 2019 15:42:53 +0000 Subject: [PATCH] Fix a typo llvm-svn: 358092 --- llvm/include/llvm-c/Object.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. * -- 2.7.4