[libcxx-commits] [libcxx] 2765fe8 - [libc++][NFC] Fix typo in documentation
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 2 09:42:25 PST 2023
Author: Louis Dionne
Date: 2023-03-02T12:42:15-05:00
New Revision: 2765fe8a612785bd57a4c40065a08bdaee7e7d26
URL: https://github.com/llvm/llvm-project/commit/2765fe8a612785bd57a4c40065a08bdaee7e7d26
DIFF: https://github.com/llvm/llvm-project/commit/2765fe8a612785bd57a4c40065a08bdaee7e7d26.diff
LOG: [libc++][NFC] Fix typo in documentation
Added:
Modified:
libcxx/docs/AddingNewCIJobs.rst
Removed:
################################################################################
diff --git a/libcxx/docs/AddingNewCIJobs.rst b/libcxx/docs/AddingNewCIJobs.rst
index f9428f85a4574..9d749c0d866f2 100644
--- a/libcxx/docs/AddingNewCIJobs.rst
+++ b/libcxx/docs/AddingNewCIJobs.rst
@@ -37,7 +37,7 @@ An example of a job definition is:
[...]
If you create your own agents, put them in the ``libcxx-builders`` queue and
-use agent tags to allow targetting your agents from the Buildkite pipeline
+use agent tags to allow targeting your agents from the Buildkite pipeline
config appropriately.
We try to keep the pipeline definition file as simple as possible, and to
More information about the libcxx-commits
mailing list