Fix typo.

Bug: http://b/21645660
Change-Id: I91fc7c114334fbdb04e695616b60b93377e92904
This commit is contained in:
Dan Albert
2016-04-07 16:52:48 -07:00
parent a598807a53
commit 107141dddd

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,