diff options
author | Rui Ueyama <ruiu@google.com> | 2017-10-06 04:32:08 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2017-10-06 04:32:08 +0000 |
commit | 0fda1d70bbcd74b9333f5cf48bd77e8378adc834 (patch) | |
tree | d910f6822560435527e78f8eef5d436d735c91e4 | |
parent | cbe9fae99dd3604a0dcfa7f0e6910982e9c2edb0 (diff) | |
download | bcm5719-llvm-0fda1d70bbcd74b9333f5cf48bd77e8378adc834.tar.gz bcm5719-llvm-0fda1d70bbcd74b9333f5cf48bd77e8378adc834.zip |
Fix typo.
llvm-svn: 315042
-rw-r--r-- | lld/ELF/SyntheticSections.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/SyntheticSections.cpp b/lld/ELF/SyntheticSections.cpp index a07ac8c371e..558965560fe 100644 --- a/lld/ELF/SyntheticSections.cpp +++ b/lld/ELF/SyntheticSections.cpp @@ -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()) { |