Author: chandlerc
Date: Wed Mar 17 00:46:21 2010
New Revision: 98713

URL: http://llvm.org/viewvc/llvm-project?rev=98713&view=rev
Log:
Fix a typo in a tag.

Modified:
    cfe/trunk/www/cxx_compatibility.html

Modified: cfe/trunk/www/cxx_compatibility.html
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_compatibility.html?rev=98713&r1=98712&r2=98713&view=diff
==============================================================================
--- cfe/trunk/www/cxx_compatibility.html (original)
+++ cfe/trunk/www/cxx_compatibility.html Wed Mar 17 00:46:21 2010
@@ -56,7 +56,7 @@
 <li>use <tt>std::vector</tt> or some other suitable container type;
     or</li>
 <li>allocate the array on the heap instead using <tt>new Type[]</tt> -
-    just remember to <tt>delete[]</t> it.</li>
+    just remember to <tt>delete[]</tt> it.</li>
 </ol>
 
 <!-- ======================================================================= 
-->


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to