]> granicus.if.org Git - llvm/commitdiff
ReleaseNotes: typo
authorHans Wennborg <hans@hanshq.net>
Thu, 24 Aug 2017 22:56:18 +0000 (22:56 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 24 Aug 2017 22:56:18 +0000 (22:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_50@311729 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 067b9ac0ca2d02d95a952b7abaa5249f08692323..4a825b59ccb41755051a04f7f6f9256f0c816c60 100644 (file)
@@ -49,7 +49,7 @@ Changes to the LLVM IR
 * The datalayout string may now indicate an address space to use for
   the pointer type of ``alloca`` rather than the default of 0.
 
-* Added ``speculatable`` attribute indicating a function which does has no
+* Added ``speculatable`` attribute indicating a function which has no
   side-effects which could inhibit hoisting of calls.
 
 Changes to the Arm Targets