summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-09-10 12:08:00 +0000
committerHans Wennborg <hans@hanshq.net>2018-09-10 12:08:00 +0000
commit82250ed6196a4923a62869ef15d311c969dbb854 (patch)
tree520d02571b772333f44b8c74d9dc2f129d655017
parent4a059213dd6f034147e9083c21133dc1b57b3a8a (diff)
ReleaseNotes: minor tweaks
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_70@341804 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 2a0cc9a19b1..e06e5d9e049 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -27,8 +27,8 @@ Non-comprehensive list of changes in this release
* The Windows installer no longer includes a Visual Studio integration.
Instead, a new
`LLVM Compiler Toolchain Visual Studio extension <https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.llvm-toolchain>`_
- is available on the Visual Studio Marketplace. The new integration includes
- support for Visual Studio 2017.
+ is available on the Visual Studio Marketplace. The new integration
+ supports Visual Studio 2017.
* Libraries have been renamed from 7.0 to 7. This change also impacts
downstream libraries like lldb.
@@ -134,7 +134,7 @@ Changes to the AArch64 Target
* The ``.inst`` assembler directive is now usable on both COFF and Mach-O
targets, in addition to ELF.
-* Support for most remaining COFF relocations have been added.
+* Support for most remaining COFF relocations has been added.
* Support for TLS on Windows has been added.