From 4138fc9567f74d23ae4b3658e925da53b8368a44 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 30 Oct 2019 22:17:52 -0400 Subject: [PATCH] comment typo fix to cycle bots --- lld/ELF/Target.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lld/ELF/Target.h b/lld/ELF/Target.h index effa600..39b9991 100644 --- a/lld/ELF/Target.h +++ b/lld/ELF/Target.h @@ -131,8 +131,8 @@ public: protected: // On FreeBSD x86_64 the first page cannot be mmaped. - // On Linux that is controled by vm.mmap_min_addr. At least on some x86_64 - // installs that is 65536, so the first 15 pages cannot be used. + // On Linux this is controlled by vm.mmap_min_addr. At least on some x86_64 + // installs this is set to 65536, so the first 15 pages cannot be used. // Given that, the smallest value that can be used in here is 0x10000. uint64_t defaultImageBase = 0x10000; }; -- 2.7.4