[lld] r301975 - Fix typo.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue May 2 14:16:06 PDT 2017


Author: ruiu
Date: Tue May  2 16:16:06 2017
New Revision: 301975

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

Modified:
    lld/trunk/ELF/InputFiles.cpp

Modified: lld/trunk/ELF/InputFiles.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/InputFiles.cpp?rev=301975&r1=301974&r2=301975&view=diff
==============================================================================
--- lld/trunk/ELF/InputFiles.cpp (original)
+++ lld/trunk/ELF/InputFiles.cpp Tue May  2 16:16:06 2017
@@ -410,7 +410,7 @@ elf::ObjectFile<ELFT>::createInputSectio
 
     // 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




More information about the llvm-commits mailing list