From: George Rimar Date: Tue, 19 Jul 2016 07:42:07 +0000 (+0000) Subject: Reformat comment from 3 to 2 lines. NFC. X-Git-Tag: llvmorg-4.0.0-rc1~14933 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b91e7118d47b26414cee2703efc15419492d4561;p=platform%2Fupstream%2Fllvm.git 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 @@ 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);