forked from OSchip/llvm-project
[ORC] Fix typo in comment.
This commit is contained in:
parent
4b12f4b2b1
commit
fabbe8d5fd
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue