From: Nico Weber Date: Thu, 31 Oct 2019 11:54:16 +0000 (-0400) Subject: comment typo fix to cycle bots X-Git-Tag: llvmorg-11-init~5369 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07255f81fa6798fcfe5d2e72656fc3fb8fc9416a;p=platform%2Fupstream%2Fllvm.git comment typo fix to cycle bots --- 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