summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-02-17 15:49:03 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-02-17 15:49:03 +0000
commit426b863a862484e4d443c37748089f789e5f4782 (patch)
tree9404c9b4a7cdb6f8bfc51a68c21af77f22dd602b /docs
parent55dcef08676aa4d8d6777931c532d6df9571cf8d (diff)
downloadclang-426b863a862484e4d443c37748089f789e5f4782.tar.gz
Grammar tweak.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64765 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/InternalsManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/InternalsManual.html b/docs/InternalsManual.html
index 2497cc67a6..7b6d201053 100644
--- a/docs/InternalsManual.html
+++ b/docs/InternalsManual.html
@@ -161,7 +161,7 @@ produce diagnostics to tell the user their code is non-portable. The difference
is that the former are ignored by default, and the later warn by default. The
<tt>WARNING</tt> severity is used for constructs that are valid in the currently
selected source language but that are dubious in some way. The <tt>NOTE</tt>
-level is used to staple more information onto a previous diagnostics.
+level is used to staple more information onto previous diagnostics.</p>
<p>These <em>severities</em> are mapped into a smaller set (the
Diagnostic::Level enum, {<tt>Ignored</tt>, <tt>Note</tt>, <tt>Warning</tt>,