[clang] 01641f6 - [clang] Fix sentence in the usage section of ThinLTO docs.

Shivam Gupta via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 29 18:58:04 PDT 2021


Author: Frederic Cambus
Date: 2021-09-30T07:26:19+05:30
New Revision: 01641f665f5a3f94fc9e2bba598b5a65a6a7bd01

URL: https://github.com/llvm/llvm-project/commit/01641f665f5a3f94fc9e2bba598b5a65a6a7bd01
DIFF: https://github.com/llvm/llvm-project/commit/01641f665f5a3f94fc9e2bba598b5a65a6a7bd01.diff

LOG: [clang] Fix sentence in the usage section of ThinLTO docs.

Reviewed By: tejohnson

Differential Revision: https://reviews.llvm.org/D110750

Added: 
    

Modified: 
    clang/docs/ThinLTO.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ThinLTO.rst b/clang/docs/ThinLTO.rst
index fa6d28e13ba78..579a513f952b2 100644
--- a/clang/docs/ThinLTO.rst
+++ b/clang/docs/ThinLTO.rst
@@ -87,7 +87,7 @@ When using lld-link, the -flto option need only be added to the compile step:
 
 As mentioned earlier, by default the linkers will launch the ThinLTO backend
 threads in parallel, passing the resulting native object files back to the
-linker for the final native link.  As such, the usage model the same as
+linker for the final native link.  As such, the usage model is the same as
 non-LTO.
 
 With gold, if you see an error during the link of the form:


        


More information about the cfe-commits mailing list