[libc++] Fix typo in documentation for LIBCXX_HERMETIC_STATIC_LIBRARY

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

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@369800 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Louis Dionne 2019-08-23 19:42:09 +00:00
parent ba34f51708
commit 78af550193

View File

@ -204,7 +204,7 @@ libc++ specific options
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