Fix typo.

llvm-svn: 315042
This commit is contained in:
Rui Ueyama
2017-10-06 04:32:08 +00:00
parent cbe9fae99d
commit 0fda1d70bb

View File

@@ -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()) {