Merge "Fix typo." into mnc-mr-docs am: ad5d64b

am: dbfb0c6

* commit 'dbfb0c695e9d0ef72cbd4fe65effaf3bc75d1106':
  Fix typo.

Change-Id: Ic0508357d1981f856b2b272fada6a48860a1e27a
This commit is contained in:
David Friedman
2016-04-26 06:36:30 +00:00
committed by android-build-merger

View File

@@ -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,