summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2013-12-16 11:18:18 +0000
committerGabor Greif <ggreif@gmail.com>2013-12-16 11:18:18 +0000
commit3cb8e31a3d0cad146c3dce6d85863ee74381d86a (patch)
tree878f42c4a6334f550e2cde5f469b52eb496fccaf
parent309dd0952bd2035517b7e85c271db43ffb8ee2f3 (diff)
downloadclang-3cb8e31a3d0cad146c3dce6d85863ee74381d86a.tar.gz
clang-3cb8e31a3d0cad146c3dce6d85863ee74381d86a.tar.bz2
clang-3cb8e31a3d0cad146c3dce6d85863ee74381d86a.tar.xz
fix a weird phrase
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_34@197379 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index a10deb6a62..9a17bef040 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -19,7 +19,7 @@ releases may be downloaded from the `LLVM releases web
site <http://llvm.org/releases/>`_.
For more information about Clang or LLVM, including information about
-the latest release, please check out the main please see the `Clang Web
+the latest release, please check out the main `Clang Web
Site <http://clang.llvm.org>`_ or the `LLVM Web
Site <http://llvm.org>`_.
@@ -240,7 +240,7 @@ Additional Information
A wide variety of additional information is available on the `Clang web
page <http://clang.llvm.org/>`_. The web page contains versions of the
-API documentation which are up-to-date with the Subversion version of
+API documentation which are up-to-date with the Subversion revision of
the source code. You can access versions of these documents specific to
this release by going into the "``clang/docs/``" directory in the Clang
tree.