Reformat comment from 3 to 2 lines. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Tue, 19 Jul 2016 07:42:07 +0000 (07:42 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Tue, 19 Jul 2016 07:42:07 +0000 (07:42 +0000)
llvm-svn: 275961

lld/ELF/LinkerScript.cpp

index a375702..dc4333f 100644 (file)
@@ -265,8 +265,7 @@ void LinkerScript<ELFT>::assignAddresses(
   }
 
   // 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);