From df15559c800acac5af83cddd327063bd752d0891 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 27 Oct 2017 04:59:33 +0000 Subject: [PATCH] Fix typo. llvm-svn: 316741 --- lld/ELF/Writer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/ELF/Writer.cpp b/lld/ELF/Writer.cpp index cf07c9d..c844e36 100644 --- a/lld/ELF/Writer.cpp +++ b/lld/ELF/Writer.cpp @@ -1856,7 +1856,7 @@ template void Writer::writeTrapInstr() { Buf + alignTo(P->p_offset + P->p_filesz, Target->PageSize)); // Round up the file size of the last segment to the page boundary iff it is - // an executable segment to ensure that other other tools don't accidentally + // an executable segment to ensure that other tools don't accidentally // trim the instruction padding (e.g. when stripping the file). PhdrEntry *LastRX = nullptr; for (PhdrEntry *P : Phdrs) { -- 2.7.4