]> granicus.if.org Git - clang/commitdiff
[clang][www] Fix typo. NFC
authorKristina Brooks <kristina@nym.hush.com>
Sat, 29 Sep 2018 09:45:21 +0000 (09:45 +0000)
committerKristina Brooks <kristina@nym.hush.com>
Sat, 29 Sep 2018 09:45:21 +0000 (09:45 +0000)
Fix a one letter typo in diagnostics.html. (Wanted to try it with
arcanist).

Patch by king6cong

Differential Revision: https://reviews.llvm.org/D52511

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@343372 91177308-0d34-0410-b5e6-96231b3b80d8

www/diagnostics.html

index 2bb8685b2dc016a1bb7c7f9a5bdcca4829d8db51..dff2da02100078387813dcc5ea1f9a13b3b1126e 100755 (executable)
@@ -244,7 +244,7 @@ Default: template diff with type elision
 <span class="loc">t.cc:4:5:</span> <span class="note">note:</span> candidate function not viable: no known conversion for 1st argument;
   vector&lt;
     map&lt;
-      [...], 
+      [...],
       [<span class="template-highlight">float</span> != <span class="template-highlight">double</span>]&gt;&gt;
 </pre>
 -fdiagnostics-show-template-tree -fno-elide-type: template tree printing with no elision
@@ -252,7 +252,7 @@ Default: template diff with type elision
 <span class="loc">t.cc:4:5:</span> <span class="note">note:</span> candidate function not viable: no known conversion for 1st argument;
   vector&lt;
     map&lt;
-      int, 
+      int,
       [<span class="template-highlight">float</span> != <span class="template-highlight">double</span>]&gt;&gt;
 </pre>
 
@@ -292,7 +292,7 @@ implements the "wwopen" class of APIs):</p>
 </pre>
 
 <p>In practice, we've found that Clang's treatment of macros is actually more useful in multiply nested
-macros that in simple ones.</p>
+macros than in simple ones.</p>
 
 <h2>Quality of Implementation and Attention to Detail</h2>