[cfe-commits] r64765 - /cfe/trunk/docs/InternalsManual.html

Daniel Dunbar daniel at zuster.org
Tue Feb 17 07:49:04 PST 2009


Author: ddunbar
Date: Tue Feb 17 09:49:03 2009
New Revision: 64765

URL: http://llvm.org/viewvc/llvm-project?rev=64765&view=rev
Log:
Grammar tweak.

Modified:
    cfe/trunk/docs/InternalsManual.html

Modified: cfe/trunk/docs/InternalsManual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/InternalsManual.html?rev=64765&r1=64764&r2=64765&view=diff

==============================================================================
--- cfe/trunk/docs/InternalsManual.html (original)
+++ cfe/trunk/docs/InternalsManual.html Tue Feb 17 09:49:03 2009
@@ -161,7 +161,7 @@
 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>,





More information about the cfe-commits mailing list