[clang] Fix sentence in the usage section of ThinLTO docs.
authorFrederic Cambus <fred@statdns.com>
Thu, 30 Sep 2021 01:56:01 +0000 (07:26 +0530)
committerShivam Gupta <shivam98.tkg@gmail.com>
Thu, 30 Sep 2021 01:56:19 +0000 (07:26 +0530)
Reviewed By: tejohnson

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

clang/docs/ThinLTO.rst

index fa6d28e..579a513 100644 (file)
@@ -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: