diff --git a/llvm/include/llvm/ExecutionEngine/Orc/Core.h b/llvm/include/llvm/ExecutionEngine/Orc/Core.h index 6bf5ba8f3aa2..c5d1c4a51ef1 100644 --- a/llvm/include/llvm/ExecutionEngine/Orc/Core.h +++ b/llvm/include/llvm/ExecutionEngine/Orc/Core.h @@ -1124,7 +1124,7 @@ public: /// is responsible for ensuring that they do not do so. static std::vector getDFSLinkOrder(ArrayRef 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. ///