diff options
author | Richard Trieu <rtrieu@google.com> | 2013-08-09 22:52:48 +0000 |
---|---|---|
committer | Richard Trieu <rtrieu@google.com> | 2013-08-09 22:52:48 +0000 |
commit | 98ca59ed3bb7ac8bbc6ea70b3f5d0bbae36313ed (patch) | |
tree | e821f2d214f858c4bef8506b826c38b1c206cf1c /clang | |
parent | 32090aba064cb58592b62bacd3d1b3ac590b7cb5 (diff) | |
download | bcm5719-llvm-98ca59ed3bb7ac8bbc6ea70b3f5d0bbae36313ed.tar.gz bcm5719-llvm-98ca59ed3bb7ac8bbc6ea70b3f5d0bbae36313ed.zip |
Fix typo in template diffing docs.
llvm-svn: 188120
Diffstat (limited to 'clang')
-rw-r--r-- | clang/docs/UsersManual.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst index bdcd471971f..d2ded6b2d10 100644 --- a/clang/docs/UsersManual.rst +++ b/clang/docs/UsersManual.rst @@ -422,7 +422,7 @@ output format of the diagnostics that it generates. map< [...], map< - [float != float], + [float != double], [...]>>> .. _cl_diag_warning_groups: |