summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-04-25 21:27:54 +0000
committerGabor Greif <ggreif@gmail.com>2010-04-25 21:27:54 +0000
commit1440dbe4c24e594f039def9c9f2d76882a4c9580 (patch)
tree8f7efebf4d7870ceca236c6210eb2ba40dfdd701 /docs/ReleaseNotes.html
parent7dc7840850eb4a61da80c846be85308734a47bf5 (diff)
downloadllvm-1440dbe4c24e594f039def9c9f2d76882a4c9580.tar.gz
llvm-1440dbe4c24e594f039def9c9f2d76882a4c9580.tar.bz2
llvm-1440dbe4c24e594f039def9c9f2d76882a4c9580.tar.xz
fix two typos pointed out by sajd
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102318 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 9bf38c26c0..fc6c03c655 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -128,7 +128,7 @@ development. Here we include updates on these subprojects.
<li>New warnings: Clang contains a number of new warnings, including control-flow warnings (unreachable code, missing return statements in a non-<code>void</code> function, etc.), sign-comparison warnings, and improved format-string warnings.</li>
<li>CIndex API and Python bindings: Clang now includes a C API as part of the
-CIndex library. Although we make make some changes to the API in the future, it
+CIndex library. Although we may make some changes to the API in the future, it
is intended to be stable and has been designed for use by external projects. See
the Clang
doxygen <a href="http://clang.llvm.org/doxygen/group__CINDEX.html">CIndex</a>
@@ -137,7 +137,7 @@ set of Python bindings.</li>
<li>ARM Support: Clang now has ABI support for both the Darwin and Linux ARM
ABIs. Coupled with many improvements to the LLVM ARM backend, Clang is now
-suitable for use as a a beta quality ARM compiler.</li>
+suitable for use as a beta quality ARM compiler.</li>
</ul>
</div>