aboutsummaryrefslogtreecommitdiff
path: root/lld/docs/Driver.rst
diff options
context:
space:
mode:
Diffstat (limited to 'lld/docs/Driver.rst')
-rw-r--r--lld/docs/Driver.rst4
1 files changed, 2 insertions, 2 deletions
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