diff options
| author | Nico Weber <thakis@chromium.org> | 2019-10-31 07:54:16 -0400 |
|---|---|---|
| committer | Nico Weber <thakis@chromium.org> | 2019-10-31 07:54:16 -0400 |
| commit | 07255f81fa6798fcfe5d2e72656fc3fb8fc9416a (patch) | |
| tree | 310a2e8f2abbfdaac41e340fd53c21c927485d8e | |
| parent | 257379855af245abb6c0fc11331d3f45ab0656dd (diff) | |
| download | bcm5719-llvm-07255f81fa6798fcfe5d2e72656fc3fb8fc9416a.tar.gz bcm5719-llvm-07255f81fa6798fcfe5d2e72656fc3fb8fc9416a.zip | |
comment typo fix to cycle bots
| -rw-r--r-- | lld/ELF/InputSection.cpp | 2 |
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> |

