Skip to content

Commit 88c993f

Browse files
committed
[ORC] Fix typo in comment. NFC.
1 parent 4e10b62 commit 88c993f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class ThreadSafeModule {
153153
using GVPredicate = std::function<bool(const GlobalValue &)>;
154154
using GVModifier = std::function<void(GlobalValue &)>;
155155

156-
/// Clones teh given module onto the given context.
156+
/// Clones the given module onto the given context.
157157
LLVM_ABI ThreadSafeModule
158158
cloneToContext(const ThreadSafeModule &TSMW, ThreadSafeContext TSCtx,
159159
GVPredicate ShouldCloneDef = GVPredicate(),

0 commit comments

Comments
 (0)