Skip to content

Commit fb14012

Browse files
committed
[ORC] Fix typo in comment. NFC.
1 parent 1724188 commit fb14012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/ExecutionEngine/Orc/Core.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3308,7 +3308,7 @@ ExecutionSession::IL_emit(MaterializationResponsibility &MR,
33083308
continue;
33093309
}
33103310

3311-
// If we get here thene Dep is Emitted. We need to look up its defining
3311+
// If we get here then Dep is Emitted. We need to look up its defining
33123312
// EDU and add this EDU to the defining EDU's list of users (this means
33133313
// creating an EDUInfos entry if the defining EDU doesn't have one
33143314
// already).

0 commit comments

Comments
 (0)