fix yet another doc typo to cycle bots

This commit is contained in:
Nico Weber 2019-12-20 22:25:14 -05:00
parent 9b6ad8466b
commit 9293da6ac5

View File

@ -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