diff options
| author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-23 05:49:30 +0000 |
|---|---|---|
| committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-23 05:49:30 +0000 |
| commit | 4cf7b885e6423e23b3363bf7bc045167d7a2d857 (patch) | |
| tree | 94ac1cba60ca04436b13c42520d29216f8b70dc7 /llvm/include/llvm-c | |
| parent | c92edd994ea678111d6c28eed1c1a453a5aa292c (diff) | |
| download | bcm5719-llvm-4cf7b885e6423e23b3363bf7bc045167d7a2d857.tar.gz bcm5719-llvm-4cf7b885e6423e23b3363bf7bc045167d7a2d857.zip | |
[NFC] fix trivial typos in comments
"the the" -> "the"
llvm-svn: 323176
Diffstat (limited to 'llvm/include/llvm-c')
| -rw-r--r-- | llvm/include/llvm-c/Types.h | 2 | ||||
| -rw-r--r-- | llvm/include/llvm-c/lto.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm-c/Types.h b/llvm/include/llvm-c/Types.h index d63ea4de933..970980b1f23 100644 --- a/llvm/include/llvm-c/Types.h +++ b/llvm/include/llvm-c/Types.h @@ -7,7 +7,7 @@ |* *| |*===----------------------------------------------------------------------===*| |* *| -|* This file defines types used by the the C interface to LLVM. *| +|* This file defines types used by the C interface to LLVM. *| |* *| \*===----------------------------------------------------------------------===*/ diff --git a/llvm/include/llvm-c/lto.h b/llvm/include/llvm-c/lto.h index 55f3e46c45e..8ea24244034 100644 --- a/llvm/include/llvm-c/lto.h +++ b/llvm/include/llvm-c/lto.h @@ -793,7 +793,7 @@ extern void thinlto_codegen_set_cache_pruning_interval(thinlto_code_gen_t cg, /** * Sets the maximum cache size that can be persistent across build, in terms of - * percentage of the available space on the the disk. Set to 100 to indicate + * percentage of the available space on the disk. Set to 100 to indicate * no limit, 50 to indicate that the cache size will not be left over half the * available space. A value over 100 will be reduced to 100, a value of 0 will * be ignored. An unspecified default value will be applied. |

