From 426b863a862484e4d443c37748089f789e5f4782 Mon Sep 17 00:00:00 2001
From: Daniel Dunbar <daniel@zuster.org>
Date: Tue, 17 Feb 2009 15:49:03 +0000
Subject: [PATCH] Grammar tweak.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64765 91177308-0d34-0410-b5e6-96231b3b80d8
---
 docs/InternalsManual.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/InternalsManual.html b/docs/InternalsManual.html
index 2497cc67a61..7b6d201053c 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>,
-- 
GitLab