[llvm] 62eddf4 - [docs] Fix typo in HowToAddABuilder

Alex Bradbury via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 13 07:04:26 PST 2025


Author: Alex Bradbury
Date: 2025-02-13T15:03:52Z
New Revision: 62eddf4792c1dca0d225f06b35887733a557ebb5

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

LOG: [docs] Fix typo in HowToAddABuilder

Added: 
    

Modified: 
    llvm/docs/HowToAddABuilder.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/HowToAddABuilder.rst b/llvm/docs/HowToAddABuilder.rst
index fe79f6375568c..32a00ed43d3c6 100644
--- a/llvm/docs/HowToAddABuilder.rst
+++ b/llvm/docs/HowToAddABuilder.rst
@@ -223,7 +223,7 @@ In order to use this "local testing" mode:
          bbenv/lib/python3.13/site-packages/buildbot_worker/runprocess.py
 
 * Initialise the necessary buildmaster files, link to the configuration in a
-  local checkout out of `llvm-zorg <https://github.com/llvm/llvm-zorg>`_`, and
+  local checkout out of `llvm-zorg <https://github.com/llvm/llvm-zorg>`_, and
   ask ``buildbot`` to check the configuration. This step can be run from any
   directory.
 


        


More information about the llvm-commits mailing list