diff --git a/clang/docs/ThinLTO.rst b/clang/docs/ThinLTO.rst index fa6d28e13ba789..579a513f952b2e 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: