From b91e7118d47b26414cee2703efc15419492d4561 Mon Sep 17 00:00:00 2001 From: George Rimar Date: Tue, 19 Jul 2016 07:42:07 +0000 Subject: [PATCH] Reformat comment from 3 to 2 lines. NFC. llvm-svn: 275961 --- lld/ELF/LinkerScript.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 @@ void LinkerScript::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::ElfHeader->getSize() - Out::ProgramHeaders->getSize(), Target->PageSize); -- 2.7.4