Skip to content

Commit 0a6aad5

Browse files
committed
[ELF] Fix typo. NFC
1 parent ee7d20e commit 0a6aad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/ELF/Driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2094,7 +2094,7 @@ static void redirectSymbols(ArrayRef<WrappedSymbol> wrapped) {
20942094
: sym1->section == sym2->section && sym1->value == sym2->value) {
20952095
// Due to an assembler design flaw, if foo is defined, .symver foo,
20962096
// foo@v1 defines both foo and foo@v1. Unless foo is bound to a
2097-
// different version, GNU ld makes foo@v1 canonical and elimiates foo.
2097+
// different version, GNU ld makes foo@v1 canonical and eliminates foo.
20982098
// Emulate its behavior, otherwise we would have foo or foo@@v1 beside
20992099
// foo@v1. foo@v1 and foo combining does not apply if they are not
21002100
// defined in the same place.

0 commit comments

Comments
 (0)