[llvm] 611491d - [llvm][docs] Correct chose to choose in the builder docs
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 26 02:48:10 PDT 2023
Author: David Spickett
Date: 2023-04-26T09:47:11Z
New Revision: 611491d73b7381855f2fe79da2e5896e13bab4a3
URL: https://github.com/llvm/llvm-project/commit/611491d73b7381855f2fe79da2e5896e13bab4a3
DIFF: https://github.com/llvm/llvm-project/commit/611491d73b7381855f2fe79da2e5896e13bab4a3.diff
LOG: [llvm][docs] Correct chose to choose in the builder docs
Added:
Modified:
llvm/docs/HowToAddABuilder.rst
Removed:
################################################################################
diff --git a/llvm/docs/HowToAddABuilder.rst b/llvm/docs/HowToAddABuilder.rst
index e0ac34769fd0..fe3863a3d941 100644
--- a/llvm/docs/HowToAddABuilder.rst
+++ b/llvm/docs/HowToAddABuilder.rst
@@ -171,7 +171,7 @@ Here are the steps you can follow to do so:
keep an unstable builder connected to staging indefinitely.
#. (Optional) Once the builder is stable on the staging buildmaster with
- several days of green history, you can chose to move it to the production
+ several days of green history, you can choose to move it to the production
buildmaster to enable developer notifications. Please email `Galina
Kistanova <mailto:gkistanova at gmail.com>`_ for review and approval.
More information about the llvm-commits
mailing list