[libcxx-commits] [PATCH] D100696: Fixed typos
Jennifer Chukwu via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 16 23:34:19 PDT 2021
jnyfah created this revision.
Herald added a reviewer: bollu.
jnyfah requested review of this revision.
Herald added projects: clang, libc++.
Herald added subscribers: libcxx-commits, cfe-commits.
Herald added a reviewer: libc++.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D100696
Files:
clang/docs/UsersManual.rst
libcxx/docs/UsingLibcxx.rst
polly/docs/ReleaseNotes.rst
Index: polly/docs/ReleaseNotes.rst
===================================================================
--- polly/docs/ReleaseNotes.rst
+++ polly/docs/ReleaseNotes.rst
@@ -6,7 +6,7 @@
.. warning::
- These release notes are for the next release of Polly and it describes
+ These release notes are for the next release of Polly and describe
the new features that have recently been committed to our development
branch.
Index: libcxx/docs/UsingLibcxx.rst
===================================================================
--- libcxx/docs/UsingLibcxx.rst
+++ libcxx/docs/UsingLibcxx.rst
@@ -114,10 +114,10 @@
GCC does not provide a way to switch from libstdc++ to libc++. You must manually
configure the compile and link commands.
-In particular you must tell GCC to remove the libstdc++ include directories
+In particular, you must tell GCC to remove the libstdc++ include directories
using ``-nostdinc++`` and to not link libstdc++.so using ``-nodefaultlibs``.
-Note that ``-nodefaultlibs`` removes all of the standard system libraries and
+Note that ``-nodefaultlibs`` removes all the standard system libraries and
not just libstdc++ so they must be manually linked. For example:
.. code-block:: bash
@@ -151,7 +151,7 @@
**_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS**:
This macro is used to enable -Wthread-safety annotations on libc++'s
- ``std::mutex`` and ``std::lock_guard``. By default these annotations are
+ ``std::mutex`` and ``std::lock_guard``. By default, these annotations are
disabled and must be manually enabled by the user.
**_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS**:
Index: clang/docs/UsersManual.rst
===================================================================
--- clang/docs/UsersManual.rst
+++ clang/docs/UsersManual.rst
@@ -686,7 +686,7 @@
.. option:: -gen-reproducer
Generates preprocessed source files, a reproducer script and if relevant, a
- cache containing: built module pcm's and all headers needed to rebuilt the
+ cache containing: built module pcm's and all headers needed to rebuild the
same modules.
.. _rpass:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100696.338280.patch
Type: text/x-patch
Size: 2102 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210417/782c00ba/attachment.bin>
More information about the libcxx-commits
mailing list