[lld] r257356 - Fixed typo in comment. NFC.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 11 09:19:40 PST 2016


Author: grimar
Date: Mon Jan 11 11:19:40 2016
New Revision: 257356

URL: http://llvm.org/viewvc/llvm-project?rev=257356&view=rev
Log:
Fixed typo in comment. NFC.

Modified:
    lld/trunk/ELF/OutputSections.cpp

Modified: lld/trunk/ELF/OutputSections.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/OutputSections.cpp?rev=257356&r1=257355&r2=257356&view=diff
==============================================================================
--- lld/trunk/ELF/OutputSections.cpp (original)
+++ lld/trunk/ELF/OutputSections.cpp Mon Jan 11 11:19:40 2016
@@ -118,7 +118,7 @@ const SymbolBody *GotSection<ELFT>::getM
 
 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();
 }
 




More information about the llvm-commits mailing list