ReleaseNotes: remove superfluous 's' in 'can promotes'

llvm-svn: 343820
This commit is contained in:
Ed Maste 2018-10-04 21:37:32 +00:00
parent 3436dc2923
commit bf378b808a
1 changed files with 1 additions and 1 deletions

View File

@ -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>`_)