]> granicus.if.org Git - clang/commitdiff
Fix typo.
authorTed Kremenek <kremenek@apple.com>
Thu, 3 Dec 2009 02:06:43 +0000 (02:06 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 3 Dec 2009 02:06:43 +0000 (02:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90390 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.html

index edc70377a42a5db565e1801f0de53caa31e66fb9..414d9c89e59b891afdce3a39d83ff0ad620bd23e 100644 (file)
@@ -212,7 +212,7 @@ example, compiling code with <tt>-fexceptions</tt> enables C++ exceptions.</p>
 
 <h3 id="cxx_rtti">C++ RTTI</h3>
 
-<p>Use <tt>__has_feature(cxx_rtt)</tt> to determine if C++ RTTI has been enabled. For example,
+<p>Use <tt>__has_feature(cxx_rtti)</tt> to determine if C++ RTTI has been enabled. For example,
 compiling code with <tt>-fno-rtti</tt> disables the use of RTTI.</p>
 
 <!-- ======================================================================= -->