[libc++] Fix typo in documentation for LIBCXX_HERMETIC_STATIC_LIBRARY

Thanks to Yichen Yan for the patch.
Differential Revision: https://reviews.llvm.org/D66675

llvm-svn: 369800
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: 236f8012c942bbf49bd4ff0eb5ea287b0f47f9f2
diff --git a/docs/BuildingLibcxx.rst b/docs/BuildingLibcxx.rst
index 2ec546d..76aa18a 100644
--- a/docs/BuildingLibcxx.rst
+++ b/docs/BuildingLibcxx.rst
@@ -204,7 +204,7 @@
   Do not export any symbols from the static libc++ library.
   This is useful when the static libc++ library is being linked into shared
   libraries that may be used in with other shared libraries that use different
-  C++ library. We want to avoid avoid exporting any libc++ symbols in that case.
+  C++ library. We want to avoid exporting any libc++ symbols in that case.
 
 .. option:: LIBCXX_ENABLE_FILESYSTEM:BOOL