Fix typo.

llvm-svn: 90390
This commit is contained in:
Ted Kremenek 2009-12-03 02:06:43 +00:00
parent 71d7463797
commit 72de23e8ab
1 changed files with 1 additions and 1 deletions

View 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>
<!-- ======================================================================= -->