[llvm] 91607dc - [doc] typo fixes

Christian Kühnel via llvm-commits llvm-commits at lists.llvm.org
Mon May 3 02:00:27 PDT 2021


Author: Christian Kühnel
Date: 2021-05-03T10:59:51+02:00
New Revision: 91607dce615a7837cd094247aa4620cad95f741c

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

LOG: [doc] typo fixes

as proposed by @FlashSheridan in
https://reviews.llvm.org/rG7f9717b922d4

Added: 
    

Modified: 
    llvm/docs/DeveloperPolicy.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst
index e1c3126d3c942..26444f98c612d 100644
--- a/llvm/docs/DeveloperPolicy.rst
+++ b/llvm/docs/DeveloperPolicy.rst
@@ -656,7 +656,7 @@ provided by community members.
 
 The Buildbot tracks the commits on the main branch and the release branches. 
 This means that patches are built and tested after they are merged to the these
-branches (aka. post-merge testing). This also means it's okay to break the build
+branches (aka post-merge testing). This also means it's okay to break the build
 occasionally, as it's unreasonable to expect contributors to build and test
 their patch with every possible configuration. 
 
@@ -664,7 +664,7 @@ their patch with every possible configuration.
 
 * Fix the build as soon as possible as this might block other contributors or
   downstream users.
-* If you need more time analyze and fix the bug, please revert your change to
+* If you need more time to analyze and fix the bug, please revert your change to
   unblock others.
 
 *If someone else broke the build and this blocks your work*


        


More information about the llvm-commits mailing list