summaryrefslogtreecommitdiff
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
commit082893f53dd3d735601f4302314d4757f0dc8327 (patch)
tree7baac5fc95c1ead1ab32828d96cb60093e463698
parentcfc313e7bb0a8952e3dddf4dde8914b8931b77ff (diff)
ReleaseNotes: tiny tweak
-rw-r--r--clang/docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index a4b7a9c867b..c44acc734b1 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/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.
...