[ORC] Fix some typos in comments in MachOPlatform.

This commit is contained in:
Lang Hames 2023-11-13 14:36:01 -08:00
parent 484a27e412
commit b2e7527318

View File

@ -469,11 +469,11 @@ MachOPlatform::MachOPlatform(
// itself (to build the allocation actions that will call the registration
// functions). Further complicating the situation (a) the graph containing
// the registration functions is allowed to depend on other graphs (e.g. the
// graph containing the ORC runtime RTTI support) so we need to handle with
// an unknown set of dependencies during bootstrap, and (b) these graphs may
// graph containing the ORC runtime RTTI support) so we need to handle an
// unknown set of dependencies during bootstrap, and (b) these graphs may
// be linked concurrently if the user has installed a concurrent dispatcher.
//
// We satisfy these constraint by implementing a bootstrap phase during which
// We satisfy these constraints by implementing a bootstrap phase during which
// allocation actions generated by MachOPlatform are appended to a list of
// deferred allocation actions, rather than to the graphs themselves. At the
// end of the bootstrap process the deferred actions are attached to a final