Skip to content

Commit b46b466

Browse files
committed
revert unintended change in comment
1 parent 711ea6f commit b46b466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/ELF/InputFiles.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1910,7 +1910,7 @@ BitcodeFile::BitcodeFile(Ctx &ctx, MemoryBufferRef mb, StringRef archiveName,
19101910

19111911
// ThinLTO assumes that all MemoryBufferRefs given to it have a unique
19121912
// name. If two archives define two members with the same name, this
1913-
// causes a mismatch which result in only one of the objects being taken
1913+
// causes a collision which result in only one of the objects being taken
19141914
// into consideration at LTO time (which very likely causes undefined
19151915
// symbols later in the link stage). So we append file offset to make
19161916
// filename unique.

0 commit comments

Comments
 (0)