Fix typo.

llvm-svn: 301975
This commit is contained in:
Rui Ueyama 2017-05-02 21:16:06 +00:00
parent 839c7e6cfb
commit c344313803
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ elf::ObjectFile<ELFT>::createInputSection(const Elf_Shdr &Sec,
// Mergeable sections with relocations are tricky because relocations
// need to be taken into account when comparing section contents for
// merging. It doesn't worth supporting such mergeable sections because
// merging. It's not worth supporting such mergeable sections because
// they are rare and it'd complicates the internal design (we usually
// have to determine if two sections are mergeable early in the link
// process much before applying relocations). We simply handle mergeable