Skip to content

Commit d4c5aca

Browse files
committed
[ExecutionEngine] Fix a couple of typos (NFC)
1 parent b1acb7a commit d4c5aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ extern "C" {
5656
namespace {
5757

5858
// 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
6060
// 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
6262
// define them in one of the libraries and make the other depend on it.
6363
// OrcTargetProcess is a minimal stub for embedding a JIT client in remote
6464
// executors. For the moment it seems reasonable to have the definition there

0 commit comments

Comments
 (0)