]> granicus.if.org Git - clang/commitdiff
[NFC] fix trivial typo in document
authorHiroshi Inoue <inouehrs@jp.ibm.com>
Tue, 16 Jan 2018 13:19:31 +0000 (13:19 +0000)
committerHiroshi Inoue <inouehrs@jp.ibm.com>
Tue, 16 Jan 2018 13:19:31 +0000 (13:19 +0000)
"the the" -> "the"

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@322551 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ThinLTO.rst

index 14c098b052df55d52792b8530db01d138a225ba0..38873f464c29ca637d41e3ec45d3f43316abadd5 100644 (file)
@@ -156,7 +156,7 @@ A policy string is a series of key-value pairs separated by ``:`` characters.
 Possible key-value pairs are:
 
 - ``cache_size=X%``: The maximum size for the cache directory is ``X`` percent
-  of the available space on the the disk. Set to 100 to indicate no limit,
+  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
   disk space. A value over 100 is invalid. A value of 0 disables the percentage
   size-based pruning. The default is 75%.