[ORC] Fix typo in comment.

This commit is contained in:
Lang Hames 2022-01-20 10:54:56 +11:00
parent 4b12f4b2b1
commit fabbe8d5fd
1 changed files with 1 additions and 1 deletions

View 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.
///