diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:59:39 +0000 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:59:39 +0000 |
| commit | 830885ca64588c925f92010c9e8be09443533995 (patch) | |
| tree | 9565af71db57c627ff2fa4ab883049dca90ad9f6 /clang/docs/InternalsManual.html | |
| parent | 35521e231034815b6962eff0dbbd8ee132038784 (diff) | |
| download | bcm5719-llvm-830885ca64588c925f92010c9e8be09443533995.tar.gz bcm5719-llvm-830885ca64588c925f92010c9e8be09443533995.zip | |
Fix a typo (the the => the)
llvm-svn: 160622
Diffstat (limited to 'clang/docs/InternalsManual.html')
| -rw-r--r-- | clang/docs/InternalsManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/InternalsManual.html b/clang/docs/InternalsManual.html index 38cd8498e66..c6df19c0d00 100644 --- a/clang/docs/InternalsManual.html +++ b/clang/docs/InternalsManual.html @@ -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 text inside the the braces before the pipe is printed, with the formatted text replacing the $. If tree printing is on, the text after the pipe is printed and a type tree is printed after the diagnostic message. +<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 text inside the braces before the pipe is printed, with the formatted text replacing the $. If tree printing is on, the text after the pipe is printed and a type tree is printed after the diagnostic message. </p></td></tr> </table> |

