summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-09-04 11:43:30 +0000
committerHans Wennborg <hans@hanshq.net>2018-09-04 11:43:30 +0000
commit958eec8d4243933d2323eac954a7ca14bd64710a (patch)
treefbec4cbf88cbc742baeb4dfe06521b334c1fc757
parent99299ae306b05feed0c3df5a717d1d3f9fe488b7 (diff)
ReleaseNotes: tiny tweak
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_70@341359 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index a4b7a9c867..c44acc734b 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -241,7 +241,7 @@ with the older GNUstep ABIs, which were incremental changes on the old GCC ABI.
The new ABI provides richer reflection metadata and allows the linker to remove
duplicate selector and protocol definitions, giving smaller binaries. Windows
support for the new ABI is underway, but was not completed in time for the LLVM
-7.0 release.
+7.0.0 release.
...