summaryrefslogtreecommitdiffstats
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
commit393900ef527277e94731ff270274ab3ac0184a10 (patch)
tree5ac6493610eb1efa89f4e6af28ef6a2cd78a60cf
parent7b60a164b19662061bc7125f46ae7c516fd09b52 (diff)
downloadbcm5719-llvm-393900ef527277e94731ff270274ab3ac0184a10.tar.gz
bcm5719-llvm-393900ef527277e94731ff270274ab3ac0184a10.zip
Grammar tweak.
llvm-svn: 64765
-rw-r--r--clang/docs/InternalsManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/InternalsManual.html b/clang/docs/InternalsManual.html
index 2497cc67a61..7b6d201053c 100644
--- a/clang/docs/InternalsManual.html
+++ b/clang/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>,
OpenPOWER on IntegriCloud