From ff79ee144cd62ee4b6eae2f2f809130cda32cadb Mon Sep 17 00:00:00 2001 From: Jonathan Metzman Date: Wed, 10 Apr 2019 23:44:27 +0000 Subject: 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 --- libcxx/docs/BuildingLibcxx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/docs') 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. -- cgit v1.2.3