Skip to content

Commit 4138fc9

Browse files
committed
comment typo fix to cycle bots
1 parent e9f9dfa commit 4138fc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lld/ELF/Target.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ class TargetInfo {
131131

132132
protected:
133133
// On FreeBSD x86_64 the first page cannot be mmaped.
134-
// On Linux that is controled by vm.mmap_min_addr. At least on some x86_64
135-
// installs that is 65536, so the first 15 pages cannot be used.
134+
// On Linux this is controlled by vm.mmap_min_addr. At least on some x86_64
135+
// installs this is set to 65536, so the first 15 pages cannot be used.
136136
// Given that, the smallest value that can be used in here is 0x10000.
137137
uint64_t defaultImageBase = 0x10000;
138138
};

0 commit comments

Comments
 (0)