summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputSection.cpp
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2019-10-31 07:54:16 -0400
committerNico Weber <thakis@chromium.org>2019-10-31 07:54:16 -0400
commit07255f81fa6798fcfe5d2e72656fc3fb8fc9416a (patch)
tree310a2e8f2abbfdaac41e340fd53c21c927485d8e /lld/ELF/InputSection.cpp
parent257379855af245abb6c0fc11331d3f45ab0656dd (diff)
downloadbcm5719-llvm-07255f81fa6798fcfe5d2e72656fc3fb8fc9416a.tar.gz
bcm5719-llvm-07255f81fa6798fcfe5d2e72656fc3fb8fc9416a.zip
comment typo fix to cycle bots
Diffstat (limited to 'lld/ELF/InputSection.cpp')
-rw-r--r--lld/ELF/InputSection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/InputSection.cpp b/lld/ELF/InputSection.cpp
index 7a10eb4b38d..959dcb8533d 100644
--- a/lld/ELF/InputSection.cpp
+++ b/lld/ELF/InputSection.cpp
@@ -825,7 +825,7 @@ static uint64_t getRelocTargetVA(const InputFile *file, RelType type, int64_t a,
// Such sections are never mapped to memory at runtime. Debug sections are
// an example. Relocations in non-alloc sections are much easier to
// handle than in allocated sections because it will never need complex
-// treatement such as GOT or PLT (because at runtime no one refers them).
+// treatment such as GOT or PLT (because at runtime no one refers them).
// So, we handle relocations for non-alloc sections directly in this
// function as a performance optimization.
template <class ELFT, class RelTy>
OpenPOWER on IntegriCloud