diff options
| author | Rui Ueyama <ruiu@google.com> | 2017-05-02 21:16:06 +0000 | 
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2017-05-02 21:16:06 +0000 | 
| commit | c34431380370bf6638d01fd95d86b5d2e4886805 (patch) | |
| tree | c6c73ced78bc414d71d892a71d9c9757032efdd0 | |
| parent | 839c7e6cfb66c0b1e2afa74e815791830abc2aa2 (diff) | |
| download | bcm5719-llvm-c34431380370bf6638d01fd95d86b5d2e4886805.tar.gz bcm5719-llvm-c34431380370bf6638d01fd95d86b5d2e4886805.zip  | |
Fix typo.
llvm-svn: 301975
| -rw-r--r-- | lld/ELF/InputFiles.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/InputFiles.cpp b/lld/ELF/InputFiles.cpp index 12867bbd071..260a78ebbf8 100644 --- a/lld/ELF/InputFiles.cpp +++ b/lld/ELF/InputFiles.cpp @@ -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  | 

