[llvm] [llvm] Fix a typo in documentation (PR #147129)
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 4 23:05:23 PDT 2025
https://github.com/kazutakahirata updated https://github.com/llvm/llvm-project/pull/147129
>From 30dc786c42732093fad1ac08c47fcd9384282fd2 Mon Sep 17 00:00:00 2001
From: Kazu Hirata <kazu at google.com>
Date: Fri, 4 Jul 2025 21:45:50 -0700
Subject: [PATCH 1/2] [llvm] Fix a typo in documentation
---
llvm/docs/DeveloperPolicy.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst
index 87b4d6d0469eb..c1cfa55e77eff 100644
--- a/llvm/docs/DeveloperPolicy.rst
+++ b/llvm/docs/DeveloperPolicy.rst
@@ -623,7 +623,7 @@ After posting a major proposal, it is common to receive lots of conflicting
feedback from different 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.
>From f9b3a31123b65a1cac7b57376558d06e4af96daa Mon Sep 17 00:00:00 2001
From: Kazu Hirata <kazu at google.com>
Date: Fri, 4 Jul 2025 23:04:58 -0700
Subject: [PATCH 2/2] Fix one more typo.
---
llvm/docs/DeveloperPolicy.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst
index c1cfa55e77eff..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
More information about the llvm-commits
mailing list