diff options
author | Richard Trieu <rtrieu@google.com> | 2012-06-27 02:36:34 +0000 |
---|---|---|
committer | Richard Trieu <rtrieu@google.com> | 2012-06-27 02:36:34 +0000 |
commit | 65ce36b45fbb7561b2223dbce6c4bb2b4e336d45 (patch) | |
tree | 66161fdbefa7dcbe42e64ac019bb440c4f7bdc90 | |
parent | 29161d9886bcc0c745feeb1af3418f51d7613966 (diff) | |
download | bcm5719-llvm-65ce36b45fbb7561b2223dbce6c4bb2b4e336d45.tar.gz bcm5719-llvm-65ce36b45fbb7561b2223dbce6c4bb2b4e336d45.zip |
Add missing words to manual.
llvm-svn: 159251
-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 c97acd1ae0a..76b0c676446 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 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> |