[lld] r343820 - ReleaseNotes: remove superfluous 's' in 'can promotes'

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 4 14:37:32 PDT 2018


Author: emaste
Date: Thu Oct  4 14:37:32 2018
New Revision: 343820

URL: http://llvm.org/viewvc/llvm-project?rev=343820&view=rev
Log:
ReleaseNotes: remove superfluous 's' in 'can promotes'

Modified:
    lld/trunk/docs/ReleaseNotes.rst

Modified: lld/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/ReleaseNotes.rst?rev=343820&r1=343819&r2=343820&view=diff
==============================================================================
--- lld/trunk/docs/ReleaseNotes.rst (original)
+++ lld/trunk/docs/ReleaseNotes.rst Thu Oct  4 14:37:32 2018
@@ -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>`_)
 




More information about the llvm-commits mailing list