[ELF] - Removed trailing whitespace. NFC.
llvm-svn: 286803
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp
index 92b4f1f..0cd4f82 100644
--- a/lld/ELF/LinkerScript.cpp
+++ b/lld/ELF/LinkerScript.cpp
@@ -665,7 +665,7 @@
});
if (HeaderSize <= MinVA && FirstPTLoad != Phdrs.end()) {
- // If linker script specifies program headers and first PT_LOAD doesn't
+ // If linker script specifies program headers and first PT_LOAD doesn't
// have both PHDRS and FILEHDR attributes then do nothing
if (!Opt.PhdrsCommands.empty()) {
size_t SegNum = std::distance(Phdrs.begin(), FirstPTLoad);