summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2016-01-11 17:19:40 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2016-01-11 17:19:40 +0000
commit7af056280840836a661b1ab000ed41d5ab121d8f (patch)
treea84efa575a88c6158887b54613d9ca3b82a65076
parenta692ec43a8c5968a2ae76b609f38bc7f323488e2 (diff)
downloadbcm5719-llvm-7af056280840836a661b1ab000ed41d5ab121d8f.tar.gz
bcm5719-llvm-7af056280840836a661b1ab000ed41d5ab121d8f.zip
Fixed typo in comment. NFC.
llvm-svn: 257356
-rw-r--r--lld/ELF/OutputSections.cpp2
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();
}
OpenPOWER on IntegriCloud