summaryrefslogtreecommitdiff
path: root/libcxx/docs
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2023-05-01 17:25:14 -0400
committerLouis Dionne <ldionne.2@gmail.com>2023-05-01 17:25:29 -0400
commitcd4ac5426646afd7e243010ca13f0c5bac5ce871 (patch)
treeca09769af6d393b498bc59124dc3a52ce8638233 /libcxx/docs
parent930c8ac5f56122251fc5fe7cb8584360924af62f (diff)
downloadllvm-cd4ac5426646afd7e243010ca13f0c5bac5ce871.tar.gz
[libc++][NFC] Fix typos in documentation
Diffstat (limited to 'libcxx/docs')
-rw-r--r--libcxx/docs/Contributing.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/libcxx/docs/Contributing.rst b/libcxx/docs/Contributing.rst
index 8c0b3a1ddfd2..90b5c8b09b81 100644
--- a/libcxx/docs/Contributing.rst
+++ b/libcxx/docs/Contributing.rst
@@ -162,8 +162,7 @@ Below is a short description of the most interesting CI builds [#]_:
* ``ARM`` tests libc++ on various Linux ARM platforms.
* ``AIX`` tests libc++ on AIX.
-.. [#] Not all all steps are listed: steps are added and removed when the need
- arises.
+.. [#] Not all steps are listed: steps are added and removed when the need arises.
.. [#] Clang modules are not the same as C++20's modules.
Infrastructure
@@ -194,7 +193,7 @@ your system.
run-buildbot
~~~~~~~~~~~~
-Contains the buld script executed on Buildkite. This script can be executed
+Contains the build script executed on Buildkite. This script can be executed
locally or inside ``run-buildbot-container``. The script must be called with
the target to test. For example, ``run-buildbot generic-cxx20`` will build
libc++ and test it using C++20.