Skip to content

Commit 403bdd5

Browse files
[docs][JITLink] Fix a typo (NFC)
1 parent ae51fde commit 403bdd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/JITLink.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,8 +568,8 @@ Passes
568568
------
569569

570570
JITLink passes are ``std::function<Error(LinkGraph&)>`` instances. They are free
571-
to inspect and modify the given ``LinkGraph`` and are subject to the constraints
572-
of whatever phase they are running in (see :ref:`generic_link_algorithm`). If a
571+
to inspect and modify the given ``LinkGraph`` subject to the constraints of
572+
whatever phase they are running in (see :ref:`generic_link_algorithm`). If a
573573
pass returns ``Error::success()`` then linking continues. If a pass returns
574574
a failure value then linking is stopped and the ``JITLinkContext`` is notified
575575
that the link failed.

0 commit comments

Comments
 (0)