[llvm] 88c993f - [ORC] Fix typo in comment. NFC.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 13 03:50:01 PDT 2025


Author: Lang Hames
Date: 2025-08-13T20:47:54+10:00
New Revision: 88c993fbc5b87030b082aeb99d4db94cc885ed1d

URL: https://github.com/llvm/llvm-project/commit/88c993fbc5b87030b082aeb99d4db94cc885ed1d
DIFF: https://github.com/llvm/llvm-project/commit/88c993fbc5b87030b082aeb99d4db94cc885ed1d.diff

LOG: [ORC] Fix typo in comment. NFC.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h b/llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
index 03165895b85d0..d930f73e9856c 100644
--- a/llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
+++ b/llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
@@ -153,7 +153,7 @@ class ThreadSafeModule {
 using GVPredicate = std::function<bool(const GlobalValue &)>;
 using GVModifier = std::function<void(GlobalValue &)>;
 
-/// Clones teh given module onto the given context.
+/// Clones the given module onto the given context.
 LLVM_ABI ThreadSafeModule
 cloneToContext(const ThreadSafeModule &TSMW, ThreadSafeContext TSCtx,
                GVPredicate ShouldCloneDef = GVPredicate(),


        


More information about the llvm-commits mailing list