diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-12-03 02:06:43 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-12-03 02:06:43 +0000 |
commit | 72de23e8ab4ebd1377e79b39fe875ad5117931a5 (patch) | |
tree | e9f9a262264929a319fe6f66f21f4dae730a8c4b /clang/docs/LanguageExtensions.html | |
parent | 71d7463797e2204eb2716a223e83a0ec59f05f89 (diff) | |
download | bcm5719-llvm-72de23e8ab4ebd1377e79b39fe875ad5117931a5.tar.gz bcm5719-llvm-72de23e8ab4ebd1377e79b39fe875ad5117931a5.zip |
Fix typo.
llvm-svn: 90390
Diffstat (limited to 'clang/docs/LanguageExtensions.html')
-rw-r--r-- | clang/docs/LanguageExtensions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html index edc70377a42..414d9c89e59 100644 --- a/clang/docs/LanguageExtensions.html +++ b/clang/docs/LanguageExtensions.html @@ -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> <!-- ======================================================================= --> |