diff --git a/docs/html/ndk/guides/cpp-support.jd b/docs/html/ndk/guides/cpp-support.jd index 0074b808aa8fc..1958492e4c5d3 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}.

shared library file is named {@code libc++_shared.so}.

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 C++ Exceptions and RTTI.

The NDK provides prebuilt static and shared libraries for {@code libc++} compiled by Clang 3.4,