[lld] 9293da6 - fix yet another doc typo to cycle bots

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 19:25:24 PST 2019


Author: Nico Weber
Date: 2019-12-20T22:25:14-05:00
New Revision: 9293da6ac574273268814df9fbce809ecfca2094

URL: https://github.com/llvm/llvm-project/commit/9293da6ac574273268814df9fbce809ecfca2094
DIFF: https://github.com/llvm/llvm-project/commit/9293da6ac574273268814df9fbce809ecfca2094.diff

LOG: fix yet another doc typo to cycle bots

Added: 
    

Modified: 
    lld/docs/Driver.rst

Removed: 
    


################################################################################
diff  --git a/lld/docs/Driver.rst b/lld/docs/Driver.rst
index 4ee6ce0c985f..0ac86ff65fca 100644
--- a/lld/docs/Driver.rst
+++ b/lld/docs/Driver.rst
@@ -57,9 +57,9 @@ Adding an Option to an existing Flavor
 
 #. Modify :cpp:func:`lld::FlavorDriver::parse` in :file:
    `lib/Driver/{Flavor}Driver.cpp` to call the targetInfo setter
-   for corresponding to the option.
+   for the option.
 
-#. Modify {Flavor}Reader and {Flavor}Writer to use the new targtInfo option.
+#. Modify {Flavor}Reader and {Flavor}Writer to use the new targetInfo option.
 
 
 Adding a Flavor


        


More information about the llvm-commits mailing list