]> granicus.if.org Git - clang/commitdiff
Add missing words to manual.
authorRichard Trieu <rtrieu@google.com>
Wed, 27 Jun 2012 02:36:34 +0000 (02:36 +0000)
committerRichard Trieu <rtrieu@google.com>
Wed, 27 Jun 2012 02:36:34 +0000 (02:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159251 91177308-0d34-0410-b5e6-96231b3b80d8

docs/InternalsManual.html

index c97acd1ae0aae5285274c4bab869bbd76fcb18a2..76b0c676446820a2c6e2b77b55b6a07a174e6c9d 100644 (file)
@@ -361,7 +361,7 @@ Clang:</p>
 <tr><td colspan="2"><b>"diff" format</b></td></tr>
 <tr><td>Example:</td><td><tt>"no known conversion %diff{from | to | }1,2"</tt></td></tr>
 <tr><td>Class:</td><td>QualType</td></tr>
-<tr><td>Description</td><td><p>This formatter takes two QualTypes and attempts to print a template difference between the two.  If tree printing is off, the entire text inside the the braces, with the formatted text replacing the pipes.  If tree printing is on, the text is not printed and a type tree is printed after the diagnostic message.</p></td></tr>
+<tr><td>Description</td><td><p>This formatter takes two QualTypes and attempts to print a template difference between the two.  If tree printing is off, the entire text inside the the braces is printed, with the formatted text replacing the pipes.  If tree printing is on, the text is not printed and a type tree is printed after the diagnostic message.</p></td></tr>
     
 </table>