diff options
| author | Louis Dionne <ldionne@apple.com> | 2019-08-23 19:42:09 +0000 |
|---|---|---|
| committer | Louis Dionne <ldionne@apple.com> | 2019-08-23 19:42:09 +0000 |
| commit | 236f8012c942bbf49bd4ff0eb5ea287b0f47f9f2 (patch) | |
| tree | 58253b0030acaf1347d858c595de507358be8637 /libcxx | |
| parent | f491d8639387249ea9d322dcac1767e8cc084e17 (diff) | |
| download | bcm5719-llvm-236f8012c942bbf49bd4ff0eb5ea287b0f47f9f2.tar.gz bcm5719-llvm-236f8012c942bbf49bd4ff0eb5ea287b0f47f9f2.zip | |
[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
Diffstat (limited to 'libcxx')
| -rw-r--r-- | libcxx/docs/BuildingLibcxx.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/BuildingLibcxx.rst b/libcxx/docs/BuildingLibcxx.rst index 2ec546d8e05..76aa18a047e 100644 --- a/libcxx/docs/BuildingLibcxx.rst +++ b/libcxx/docs/BuildingLibcxx.rst @@ -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 |

