diff options
author | Bill Wendling <isanbard@gmail.com> | 2007-09-25 20:45:10 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2007-09-25 20:45:10 +0000 |
commit | ee143ade09db933ea027579f57fe3cfda460e603 (patch) | |
tree | 30947514f153a6cc032656e82c8ff7038a89b437 | |
parent | 677ccc6e8b912e1a39259952b125954820062541 (diff) |
Grammar fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42318 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index eb8a256051..2622a496ab 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -313,7 +313,7 @@ useful to some people. In particular, if you would like to work on one of these components, please contact us on the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVMdev list</a>.</p> <ul> -<li>The <tt>-cee</tt> pass is known to be buggy, and may be removed in in a +<li>The <tt>-cee</tt> pass is known to be buggy, and may be removed in a future release.</li> <li>C++ EH support is disabled for this release.</li> <li>The MSIL backend is experimental.</li> |