Skip to content

Commit a997e91

Browse files
[llvm] Proofread DeveloperPolicy.rst (#159955)
1 parent 1cb8afb commit a997e91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/docs/DeveloperPolicy.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ respected.
5151

5252
We accept code contributions as :ref:`GitHub Pull Requests <github-reviews>`.
5353
Our project is generally too large to subscribe to all github notifications, so
54-
if you want to be notified of pull requests affecting a specific parts of the
54+
if you want to be notified of pull requests affecting specific parts of the
5555
code, you can join
5656
one of the `pr-subscribers-* <https://github.com/orgs/llvm/teams?query=pr-subscribers>`_
5757
GitHub teams. This `mapping <https://github.com/llvm/llvm-project/blob/main/.github/new-prs-labeler.yml>`_
@@ -388,7 +388,7 @@ Below are some guidelines about the format of the message itself:
388388
reviews.
389389

390390
* The body should be concise, but explanatory, including a complete
391-
reasoning. Unless it is required to understand the change, examples,
391+
rationale. Unless it is required to understand the change, examples,
392392
code snippets and gory details should be left to bug comments, web
393393
review or the mailing list.
394394

@@ -474,7 +474,7 @@ What are the expectations around a revert?
474474
the commit thread asking for assistance. We aren't trying to enumerate
475475
every case, but rather give a set of guidelines.
476476
* You should be sure that reverting the change improves the stability of tip
477-
of tree. Sometimes reverting one change in a series can worsen things
477+
of tree. Sometimes, reverting one change in a series can worsen things
478478
instead of improving them. We expect reasonable judgment to ensure that
479479
the proper patch or set of patches is being reverted.
480480
* The commit message for the reverting commit should explain why patch
@@ -591,7 +591,7 @@ Proposing Major Changes (RFCs)
591591

592592
LLVM is a large community with many stakeholders, and before landing any major
593593
change, it is important to discuss the design of a change publicly with the
594-
community. This is done by posting an Request For Comments (RFC) on the `LLVM
594+
community. This is done by posting a Request For Comments (RFC) on the `LLVM
595595
Discourse forums`_.
596596

597597
The design of LLVM is carefully controlled to ensure that all the pieces fit
@@ -628,7 +628,7 @@ confirming that we can all live with the tradeoffs embodied in the proposal.
628628

629629
The LLVM Area Teams (defined in `LP0004
630630
<https://github.com/llvm/llvm-www/blob/main/proposals/LP0004-project-governance.md>`_)
631-
are responsible for facilitating project decision making. In cases were there
631+
are responsible for facilitating project decision making. In cases where there
632632
isn't obvious agreement, area teams should step in to restate their perceived
633633
consensus. In cases of deeper disagreement, area teams should try to identify
634634
the next steps for the proposal, such as gathering more data, changing the

0 commit comments

Comments
 (0)