summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/ELF/Writer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Writer.cpp b/lld/ELF/Writer.cpp
index 629d0e3e6be..372dd42e0d7 100644
--- a/lld/ELF/Writer.cpp
+++ b/lld/ELF/Writer.cpp
@@ -990,7 +990,7 @@ std::vector<PhdrEntry<ELFT>> Writer<ELFT>::createPhdrs() {
break;
// If we meet TLS section then we create TLS header
- // and put all TLS sections inside for futher use when
+ // and put all TLS sections inside for further use when
// assign addresses.
if (Sec->getFlags() & SHF_TLS)
TlsHdr.add(Sec);
OpenPOWER on IntegriCloud