comment typo fix to cycle bots
authorNico Weber <thakis@chromium.org>
Thu, 31 Oct 2019 11:54:16 +0000 (07:54 -0400)
committerNico Weber <thakis@chromium.org>
Thu, 31 Oct 2019 11:54:16 +0000 (07:54 -0400)
lld/ELF/InputSection.cpp

index 7a10eb4..959dcb8 100644 (file)
@@ -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>