[llvm] fabbe8d - [ORC] Fix typo in comment.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 19 15:55:41 PST 2022
Author: Lang Hames
Date: 2022-01-20T10:55:31+11:00
New Revision: fabbe8d5fdc63fe891dec160fb9611a5de4ff52b
URL: https://github.com/llvm/llvm-project/commit/fabbe8d5fdc63fe891dec160fb9611a5de4ff52b
DIFF: https://github.com/llvm/llvm-project/commit/fabbe8d5fdc63fe891dec160fb9611a5de4ff52b.diff
LOG: [ORC] Fix typo in comment.
Added:
Modified:
llvm/include/llvm/ExecutionEngine/Orc/Core.h
Removed:
################################################################################
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 @@ class JITDylib : public ThreadSafeRefCountedBase<JITDylib>,
/// 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.
///
More information about the llvm-commits
mailing list