We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7d20e commit 0a6aad5Copy full SHA for 0a6aad5
lld/ELF/Driver.cpp
@@ -2094,7 +2094,7 @@ static void redirectSymbols(ArrayRef<WrappedSymbol> wrapped) {
2094
: sym1->section == sym2->section && sym1->value == sym2->value) {
2095
// Due to an assembler design flaw, if foo is defined, .symver foo,
2096
// 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.
+ // different version, GNU ld makes foo@v1 canonical and eliminates foo.
2098
// Emulate its behavior, otherwise we would have foo or foo@@v1 beside
2099
// foo@v1. foo@v1 and foo combining does not apply if they are not
2100
// defined in the same place.
0 commit comments