diff options
author | Gabor Greif <ggreif@gmail.com> | 2010-04-25 21:30:22 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2010-04-25 21:30:22 +0000 |
commit | e32adf53b2519b0f8131c4e5364d4a9f1b86639c (patch) | |
tree | c968722b99b01f742afecdc4363fcdf8927a58f2 | |
parent | 1440dbe4c24e594f039def9c9f2d76882a4c9580 (diff) |
another typo pointed out by sajd
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102319 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 fc6c03c655..31ef5144ba 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -276,7 +276,7 @@ LLVM MC Project Blog Post</a>. <p>2.7 includes major parts of the work required by the new MC Project. A few targets have been refactored to support it, and work is underway to support a - native assembler in LLVM. This work is not complete in LLVM 2.7, but you has + native assembler in LLVM. This work is not complete in LLVM 2.7, but it has made substantially more progress on LLVM mainline.</p> <p>One minor example of what MC can do is to transcode an AT&T syntax |