aboutsummaryrefslogtreecommitdiff
path: root/ELF/InputFiles.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-05-03 20:26:46 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-05-03 20:26:46 +0000
commitd803cda42997f42649910309ac18170d2d6f2214 (patch)
tree7bb26c9b927f1a3a4ee50d7773cc29fa7a4eb188 /ELF/InputFiles.cpp
parent274c9ff5404582ff22769d9599ab10ed216ceec3 (diff)
Notes
Diffstat (limited to 'ELF/InputFiles.cpp')
-rw-r--r--ELF/InputFiles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ELF/InputFiles.cpp b/ELF/InputFiles.cpp
index 12867bbd071c..260a78ebbf8e 100644
--- a/ELF/InputFiles.cpp
+++ b/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