aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2016-07-19 07:42:07 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2016-07-19 07:42:07 +0000
commit843b055814a83a3b667064c4cca59ca13ee13ac5 (patch)
tree7a14da5d60e4de1239b79b6e46aac93141f965f2
parent08d3471aee53cdfefc48a5192e0e22e059a5f8e9 (diff)
Reformat comment from 3 to 2 lines. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@275961 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--ELF/LinkerScript.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ELF/LinkerScript.cpp b/ELF/LinkerScript.cpp
index a375702b0..dc4333f0f 100644
--- a/ELF/LinkerScript.cpp
+++ b/ELF/LinkerScript.cpp
@@ -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);