[llvm] 0bc6d60 - [llvm] Fix typos in documentation (#147129)

via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 5 08:42:21 PDT 2025


Author: Kazu Hirata
Date: 2025-07-05T08:42:17-07:00
New Revision: 0bc6d60b9b53eb0b0903ba60b7aa4bee93fe7b5d

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

LOG: [llvm] Fix typos in documentation (#147129)

Added: 
    

Modified: 
    llvm/docs/DeveloperPolicy.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst
index 87b4d6d0469eb..eb59c4953dc2d 100644
--- a/llvm/docs/DeveloperPolicy.rst
+++ b/llvm/docs/DeveloperPolicy.rst
@@ -42,7 +42,7 @@ upcoming projects, new designs, enhancements, and other community business.
 First and foremost is the `LLVM Discourse forums`_, which is the successor
 to our former mailing lists (llvm-dev@, cfe-dev@, lldb-dev@, etc). This is
 probably the most vital and active communication channel to our highly
-distributed open source project. It enables long-form asyncronous text
+distributed open source project. It enables long-form asynchronous text
 communication, and this is where people tend to propose major changes or
 propose new designs in the form of RFCs (Request For Comment), which are
 described later. Please be aware that the Discourse forums are public and
@@ -623,7 +623,7 @@ After posting a major proposal, it is common to receive lots of conflicting
 feedback from 
diff erent parties, or no feedback at all, leaving authors without
 clear next steps. As a community, we are aiming for `"rough consensus"
 <https://en.wikipedia.org/wiki/Rough_consensus>`_, similar in spirit to what is
-desribed in `IETF RFC7282 <https://datatracker.ietf.org/doc/html/rfc7282>`_.
+described in `IETF RFC7282 <https://datatracker.ietf.org/doc/html/rfc7282>`_.
 This requires considering and addressing all of the objections to the RFC, and
 confirming that we can all live with the tradeoffs embodied in the proposal.
 


        


More information about the llvm-commits mailing list