From: Rui Ueyama Date: Tue, 2 May 2017 21:16:06 +0000 (+0000) Subject: Fix typo. X-Git-Tag: llvmorg-5.0.0-rc1~6126 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c34431380370bf6638d01fd95d86b5d2e4886805;p=platform%2Fupstream%2Fllvm.git Fix typo. llvm-svn: 301975 --- diff --git a/lld/ELF/InputFiles.cpp b/lld/ELF/InputFiles.cpp index 12867bb..260a78e 100644 --- a/lld/ELF/InputFiles.cpp +++ b/lld/ELF/InputFiles.cpp @@ -410,7 +410,7 @@ elf::ObjectFile::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