From 07255f81fa6798fcfe5d2e72656fc3fb8fc9416a Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 31 Oct 2019 07:54:16 -0400 Subject: [PATCH] comment typo fix to cycle bots --- lld/ELF/InputSection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/ELF/InputSection.cpp b/lld/ELF/InputSection.cpp index 7a10eb4..959dcb8 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 -- 2.7.4