diff options
author | Ed Maste <emaste@freebsd.org> | 2018-10-04 21:37:32 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2018-10-04 21:37:32 +0000 |
commit | bf378b808ae19fa709bb5babf5bcfd65a6688cb6 (patch) | |
tree | c1512d7d4c4a4d5d381ec76dfc4787e77c945b34 | |
parent | 3436dc29239d4b78f8042f431afec9d322faebe6 (diff) | |
download | bcm5719-llvm-bf378b808ae19fa709bb5babf5bcfd65a6688cb6.tar.gz bcm5719-llvm-bf378b808ae19fa709bb5babf5bcfd65a6688cb6.zip |
ReleaseNotes: remove superfluous 's' in 'can promotes'
llvm-svn: 343820
-rw-r--r-- | lld/docs/ReleaseNotes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst index 61ae4213855..70e22cc206c 100644 --- a/lld/docs/ReleaseNotes.rst +++ b/lld/docs/ReleaseNotes.rst @@ -29,7 +29,7 @@ ELF Improvements * Default image base address has changed from 65536 to 2 MiB for i386 and 4 MiB for AArch64 to make lld-generated executables work better - with automatic superpage promotion. FreeBSD can promotes contiguous + with automatic superpage promotion. FreeBSD can promote contiguous non-superpages to a superpage if they are aligned to the superpage size. (`r342746 <https://reviews.llvm.org/rL342746>`_) |