diff options
| -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 1958492e4c5d..f8beedc13d83 100644 --- a/docs/html/ndk/guides/cpp-support.jd +++ b/docs/html/ndk/guides/cpp-support.jd @@ -170,7 +170,7 @@ STLPORT_FORCE_REBUILD := true named {@code libgnustl_shared.so}.</p> -<h3 id="cs">libC++ runtime:</h3> +<h3 id="cs">libc++ runtime:</h3> <p>This runtime is an Android port of <a href="http://libcxx.llvm.org/">LLVM libc++</a>. Its shared library file is named {@code libc++_shared.so}.</p> |