Skip to content

Commit 82a849f

Browse files
author
Nuri Amari
committed
Address PR Feedback #2
1 parent 00ad4a0 commit 82a849f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/LTO/LTO.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,7 @@ class WriteIndexesThinBackend : public ThinBackendProc {
16341634
StringRef ModulePath = BM.getModuleIdentifier();
16351635

16361636
// The contents of this file may be used as input to a native link, and must
1637-
// therefore contain the processed modules in a determinstic order than
1637+
// therefore contain the processed modules in a determinstic order that
16381638
// match the order they are provided on the command line. For that reason,
16391639
// we cannot include this in the asynchronously executed lambda below.
16401640
if (LinkedObjectsFile) {

0 commit comments

Comments
 (0)