[llvm] d4c5aca - [ExecutionEngine] Fix a couple of typos (NFC)
Fraser Cormack via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 6 07:23:46 PST 2024
Author: Fraser Cormack
Date: 2024-02-06T15:23:24Z
New Revision: d4c5acac99e83ffa12d2d720c9e502a181cbd7ea
URL: https://github.com/llvm/llvm-project/commit/d4c5acac99e83ffa12d2d720c9e502a181cbd7ea
DIFF: https://github.com/llvm/llvm-project/commit/d4c5acac99e83ffa12d2d720c9e502a181cbd7ea.diff
LOG: [ExecutionEngine] Fix a couple of typos (NFC)
Added:
Modified:
llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp
Removed:
################################################################################
diff --git a/llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp b/llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp
index b5b76130c55eb9..1250c0defd314a 100644
--- a/llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp
+++ b/llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp
@@ -56,9 +56,9 @@ extern "C" {
namespace {
// FIXME: lli aims to provide both, RuntimeDyld and JITLink, as the dynamic
-// loaders for it's JIT implementations. And they both offer debugging via the
+// loaders for its JIT implementations. And they both offer debugging via the
// GDB JIT interface, which builds on the two well-known symbol names below.
-// As these symbols must be unique accross the linked executable, we can only
+// As these symbols must be unique across the linked executable, we can only
// define them in one of the libraries and make the other depend on it.
// OrcTargetProcess is a minimal stub for embedding a JIT client in remote
// executors. For the moment it seems reasonable to have the definition there
More information about the llvm-commits
mailing list