Reformat comment from 3 to 2 lines. NFC.

llvm-svn: 275961
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp
index a375702..dc4333f 100644
--- a/lld/ELF/LinkerScript.cpp
+++ b/lld/ELF/LinkerScript.cpp
@@ -265,8 +265,7 @@
   }
 
   // ELF and Program headers need to be right before the first section in
-  // memory.
-  // Set their addresses accordingly.
+  // memory. Set their addresses accordingly.
   MinVA = alignDown(MinVA - Out<ELFT>::ElfHeader->getSize() -
                         Out<ELFT>::ProgramHeaders->getSize(),
                     Target->PageSize);