diff options
author | Jonathan Metzman <metzman@chromium.org> | 2019-04-10 23:44:27 +0000 |
---|---|---|
committer | Jonathan Metzman <metzman@chromium.org> | 2019-04-10 23:44:27 +0000 |
commit | ff79ee144cd62ee4b6eae2f2f809130cda32cadb (patch) | |
tree | 4607f6cffb19f003dbeb4e433b4ecad52c387120 /libcxx/docs | |
parent | cb5c7bd9ebfa004751a1b8815a281f51de2083dc (diff) | |
download | bcm5719-llvm-ff79ee144cd62ee4b6eae2f2f809130cda32cadb.tar.gz bcm5719-llvm-ff79ee144cd62ee4b6eae2f2f809130cda32cadb.zip |
Remove repeated words from BuildingLibcxx.rst
Summary: Remove repeated words from docs.
Reviewers: phosek
Reviewed By: phosek
Subscribers: christof
Differential Revision: https://reviews.llvm.org/D60530
llvm-svn: 358147
Diffstat (limited to 'libcxx/docs')
-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 fb22a1df928..29a3a2ce48d 100644 --- a/libcxx/docs/BuildingLibcxx.rst +++ b/libcxx/docs/BuildingLibcxx.rst @@ -201,7 +201,7 @@ libc++ specific options **Default**: ``OFF`` - Do not export any symbols from the static libc++ library. This is useful when + 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. |