[llvm] ee4fb3a - [llvm][docs] Correct setence in How To Add A Builder

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 05:37:07 PST 2024


Author: David Spickett
Date: 2024-11-19T13:36:13Z
New Revision: ee4fb3a8761b0abe231a8fdc127cd668cd9478f7

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

LOG: [llvm][docs] Correct setence in How To Add A Builder

Looks like a few different phrasings got mashed up together.

Added: 
    

Modified: 
    llvm/docs/HowToAddABuilder.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/HowToAddABuilder.rst b/llvm/docs/HowToAddABuilder.rst
index 9a0f2712f31f23..3984ef692b6ca4 100644
--- a/llvm/docs/HowToAddABuilder.rst
+++ b/llvm/docs/HowToAddABuilder.rst
@@ -6,7 +6,7 @@ Introduction
 ============
 
 This document contains information about adding a build configuration and
-buildbot-worker to private worker builder to LLVM Buildbot Infrastructure.
+buildbot worker to the LLVM Buildbot Infrastructure.
 
 .. note:: The term "buildmaster" is used in this document to refer to the
   server that manages which builds are run and where. Though we would not


        


More information about the llvm-commits mailing list