diff options
author | George Rimar <grimar@accesssoftek.com> | 2016-01-11 17:19:40 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2016-01-11 17:19:40 +0000 |
commit | 7af056280840836a661b1ab000ed41d5ab121d8f (patch) | |
tree | a84efa575a88c6158887b54613d9ca3b82a65076 | |
parent | a692ec43a8c5968a2ae76b609f38bc7f323488e2 (diff) | |
download | bcm5719-llvm-7af056280840836a661b1ab000ed41d5ab121d8f.tar.gz bcm5719-llvm-7af056280840836a661b1ab000ed41d5ab121d8f.zip |
Fixed typo in comment. NFC.
llvm-svn: 257356
-rw-r--r-- | lld/ELF/OutputSections.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/OutputSections.cpp b/lld/ELF/OutputSections.cpp index 29f12970e48..2aa814524d6 100644 --- a/lld/ELF/OutputSections.cpp +++ b/lld/ELF/OutputSections.cpp @@ -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(); } |