summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Object.h
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2019-04-10 15:42:53 +0000
committerAlexander Kornienko <alexfh@google.com>2019-04-10 15:42:53 +0000
commit8eae988b89a1ddb63da7062844bfebe3f055b987 (patch)
tree49a7661df73f9c2be5e1c6a720873b1e5bd11cce /llvm/include/llvm-c/Object.h
parentb814e57ffba00be55237863790fb4f0b33cb80c2 (diff)
downloadbcm5719-llvm-8eae988b89a1ddb63da7062844bfebe3f055b987.tar.gz
bcm5719-llvm-8eae988b89a1ddb63da7062844bfebe3f055b987.zip
Fix a typo
llvm-svn: 358092
Diffstat (limited to 'llvm/include/llvm-c/Object.h')
-rw-r--r--llvm/include/llvm-c/Object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm-c/Object.h b/llvm/include/llvm-c/Object.h
index 76e6080dba0..a32f6514094 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.
*
OpenPOWER on IntegriCloud