[llvm] fb14012 - [ORC] Fix typo in comment. NFC.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 2 18:05:28 PST 2024


Author: Lang Hames
Date: 2024-12-03T13:04:46+11:00
New Revision: fb140125ac679c33c2c663062c6409e09fc885b9

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

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

Added: 
    

Modified: 
    llvm/lib/ExecutionEngine/Orc/Core.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/ExecutionEngine/Orc/Core.cpp b/llvm/lib/ExecutionEngine/Orc/Core.cpp
index 222135bd776885..f226e81cc02a6d 100644
--- a/llvm/lib/ExecutionEngine/Orc/Core.cpp
+++ b/llvm/lib/ExecutionEngine/Orc/Core.cpp
@@ -3308,7 +3308,7 @@ ExecutionSession::IL_emit(MaterializationResponsibility &MR,
           continue;
         }
 
-        // If we get here thene Dep is Emitted. We need to look up its defining
+        // If we get here then Dep is Emitted. We need to look up its defining
         // EDU and add this EDU to the defining EDU's list of users (this means
         // creating an EDUInfos entry if the defining EDU doesn't have one
         // already).


        


More information about the llvm-commits mailing list