summaryrefslogtreecommitdiffstats
path: root/www/cxx_compatibility.html
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2010-03-17 05:46:21 +0000
committerChandler Carruth <chandlerc@gmail.com>2010-03-17 05:46:21 +0000
commit6243e335f48ad86b79cfc172586445a458f77c36 (patch)
treefae6942b853ca779763584d9fb3dc098531db6df /www/cxx_compatibility.html
parent88b6c71e3f0e68d094efcf880910caf424b46cbf (diff)
Fix a typo in a tag.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98713 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/cxx_compatibility.html')
-rw-r--r--www/cxx_compatibility.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_compatibility.html b/www/cxx_compatibility.html
index c094f244df..9bf9865687 100644
--- a/www/cxx_compatibility.html
+++ b/www/cxx_compatibility.html
@@ -56,7 +56,7 @@ are some ways in which you can fix it:</p>
<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>
<!-- ======================================================================= -->