File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ extern "C" {
56
56
namespace {
57
57
58
58
// FIXME: lli aims to provide both, RuntimeDyld and JITLink, as the dynamic
59
- // loaders for it's JIT implementations. And they both offer debugging via the
59
+ // loaders for its JIT implementations. And they both offer debugging via the
60
60
// GDB JIT interface, which builds on the two well-known symbol names below.
61
- // As these symbols must be unique accross the linked executable, we can only
61
+ // As these symbols must be unique across the linked executable, we can only
62
62
// define them in one of the libraries and make the other depend on it.
63
63
// OrcTargetProcess is a minimal stub for embedding a JIT client in remote
64
64
// executors. For the moment it seems reasonable to have the definition there
You can’t perform that action at this time.
0 commit comments