We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e10b62 commit 88c993fCopy full SHA for 88c993f
llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
@@ -153,7 +153,7 @@ class ThreadSafeModule {
153
using GVPredicate = std::function<bool(const GlobalValue &)>;
154
using GVModifier = std::function<void(GlobalValue &)>;
155
156
-/// Clones teh given module onto the given context.
+/// Clones the given module onto the given context.
157
LLVM_ABI ThreadSafeModule
158
cloneToContext(const ThreadSafeModule &TSMW, ThreadSafeContext TSCtx,
159
GVPredicate ShouldCloneDef = GVPredicate(),
0 commit comments