summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-11-29 00:24:20 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-11-29 00:24:20 +0000
commitd196a1e637252210dad9ecff789f33fd9b868028 (patch)
tree8f94c32974d2cdbced9d4c47d01cd5bf1a3799c3
parent9a39b455aa1b761d532f5f0531364734f9118939 (diff)
downloadbcm5719-llvm-d196a1e637252210dad9ecff789f33fd9b868028.tar.gz
bcm5719-llvm-d196a1e637252210dad9ecff789f33fd9b868028.zip
Fix a spelling error pointed out by Sebastien, and tidy up the
formatting here a bit... mostly to my preferred bikeshed-blue. llvm-svn: 145337
-rw-r--r--clang/docs/ReleaseNotes.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html
index 4adf86dcb07..6bc13b6e4e8 100644
--- a/clang/docs/ReleaseNotes.html
+++ b/clang/docs/ReleaseNotes.html
@@ -90,8 +90,9 @@ A few improvements since the 2.9 release that have a particularly high impact:
<li>Substantially shorter messages due to better recovery, fewer include
stacks, and tuning verbose features such as 'a.k.a.' type printing.</li>
<li>
- Able to recover and correct from misspelled type names at the begging of statements. For example, Clang now emits:
- <pre><b>t.c:6:3: <span class="error">error:</span> use of undeclared identifier 'integer'; did you mean 'Integer'?</b>
+ Able to recover and correct from misspelled type names at the beging of
+ statements. For example, Clang now emits:
+<pre><b>t.c:6:3: <span class="error">error:</span> use of undeclared identifier 'integer'; did you mean 'Integer'?</b>
integer *i = 0;
<span class="caret">^~~~~~~</span>
Integer
OpenPOWER on IntegriCloud