[libcxx-commits] [libcxx] cd4ac54 - [libc++][NFC] Fix typos in documentation

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 1 14:25:43 PDT 2023


Author: Louis Dionne
Date: 2023-05-01T17:25:29-04:00
New Revision: cd4ac5426646afd7e243010ca13f0c5bac5ce871

URL: https://github.com/llvm/llvm-project/commit/cd4ac5426646afd7e243010ca13f0c5bac5ce871
DIFF: https://github.com/llvm/llvm-project/commit/cd4ac5426646afd7e243010ca13f0c5bac5ce871.diff

LOG: [libc++][NFC] Fix typos in documentation

Added: 
    

Modified: 
    libcxx/docs/Contributing.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Contributing.rst b/libcxx/docs/Contributing.rst
index 8c0b3a1ddfd2d..90b5c8b09b815 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.


        


More information about the libcxx-commits mailing list