From: Hiroshi Inoue Date: Tue, 16 Jan 2018 13:19:31 +0000 (+0000) Subject: [NFC] fix trivial typo in document X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b67e0c9b4da4e8b17764d90e4cc12da2eaea6932;p=clang [NFC] fix trivial typo in document "the the" -> "the" git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@322551 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ThinLTO.rst b/docs/ThinLTO.rst index 14c098b052..38873f464c 100644 --- a/docs/ThinLTO.rst +++ b/docs/ThinLTO.rst @@ -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%.