From 107141dddd38c7f50cf17a41e5a0dd4df2a5293a Mon Sep 17 00:00:00 2001
From: Dan Albert
Date: Thu, 7 Apr 2016 16:52:48 -0700
Subject: [PATCH] Fix typo.
Bug: http://b/21645660
Change-Id: I91fc7c114334fbdb04e695616b60b93377e92904
---
docs/html/ndk/guides/cpp-support.jd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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,