Skip to content

Commit

Permalink
Fixed typo in comment. NFC.
Browse files Browse the repository at this point in the history
llvm-svn: 257356
  • Loading branch information
George Rimar committed Jan 11, 2016
1 parent a692ec4 commit 7af0562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lld/ELF/OutputSections.cpp
Expand Up @@ -118,7 +118,7 @@ const SymbolBody *GotSection<ELFT>::getMipsFirstGlobalEntry() const {

template <class ELFT>
unsigned GotSection<ELFT>::getMipsLocalEntriesNum() const {
// TODO: Update when the suppoort of GOT entries for local symbols is added.
// TODO: Update when the support of GOT entries for local symbols is added.
return Target->getGotHeaderEntriesNum();
}

Expand Down

0 comments on commit 7af0562

Please sign in to comment.