[lld] r315042 - Fix typo.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 5 21:32:08 PDT 2017


Author: ruiu
Date: Thu Oct  5 21:32:08 2017
New Revision: 315042

URL: http://llvm.org/viewvc/llvm-project?rev=315042&view=rev
Log:
Fix typo.

Modified:
    lld/trunk/ELF/SyntheticSections.cpp

Modified: lld/trunk/ELF/SyntheticSections.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/SyntheticSections.cpp?rev=315042&r1=315041&r2=315042&view=diff
==============================================================================
--- lld/trunk/ELF/SyntheticSections.cpp (original)
+++ lld/trunk/ELF/SyntheticSections.cpp Thu Oct  5 21:32:08 2017
@@ -57,7 +57,7 @@ uint64_t SyntheticSection::getVA() const
   return 0;
 }
 
-// Create a .bss section for each common section and replace the common symbol
+// Create a .bss section for each common symbol and replace the common symbol
 // with a DefinedRegular symbol.
 template <class ELFT> void elf::createCommonSections() {
   for (Symbol *S : Symtab->getSymbols()) {




More information about the llvm-commits mailing list