diff options
| author | 2016-04-08 00:32:30 +0000 | |
|---|---|---|
| committer | 2016-04-08 00:32:32 +0000 | |
| commit | ad5d64b1029c4c69b86e869325ae865bd6b0e315 (patch) | |
| tree | b280b1f0b423597db7cedea4dcdc8d9cad40870f | |
| parent | 33f241d5bd48908afa3bd9aa77db8889d4c6305d (diff) | |
| parent | 107141dddd38c7f50cf17a41e5a0dd4df2a5293a (diff) | |
Merge "Fix typo." into mnc-mr-docs
| -rw-r--r-- | docs/html/ndk/guides/cpp-support.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/ndk/guides/cpp-support.jd b/docs/html/ndk/guides/cpp-support.jd index 0074b808aa8f..1958492e4c5d 100644 --- a/docs/html/ndk/guides/cpp-support.jd +++ b/docs/html/ndk/guides/cpp-support.jd @@ -175,7 +175,7 @@ named {@code libgnustl_shared.so}.</p> shared library file is named {@code libc++_shared.so}.</p> <p>By default, this runtime compiles with {@code -std=c++11}. As with GNU {@code libstdc++}, you -need to explicitly turns on exceptions or RTTI support. For information on how to do this, see +need to explicitly turn on exceptions or RTTI support. For information on how to do this, see <a href="#xp">C++ Exceptions</a> and <a href="#rt">RTTI</a>.</p> <p>The NDK provides prebuilt static and shared libraries for {@code libc++} compiled by Clang 3.4, |