[ORC] Fix typo in comment.
authorLang Hames <lhames@gmail.com>
Wed, 19 Jan 2022 23:54:56 +0000 (10:54 +1100)
committerLang Hames <lhames@gmail.com>
Wed, 19 Jan 2022 23:55:31 +0000 (10:55 +1100)
llvm/include/llvm/ExecutionEngine/Orc/Core.h

index 6bf5ba8..c5d1c4a 100644 (file)
@@ -1124,7 +1124,7 @@ public:
   /// is responsible for ensuring that they do not do so.
   static std::vector<JITDylibSP> getDFSLinkOrder(ArrayRef<JITDylibSP> JDs);
 
-  /// Returns the given JITDylibs and all of their transitive dependensies in
+  /// Returns the given JITDylibs and all of their transitive dependencies in
   /// reverse DFS order (based on linkage relationships). Each JITDylib will
   /// appear only once.
   ///