@@ -51,7 +51,7 @@ respected.
51
51
52
52
We accept code contributions as :ref: `GitHub Pull Requests <github-reviews >`.
53
53
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
55
55
code, you can join
56
56
one of the `pr-subscribers-* <https://github.com/orgs/llvm/teams?query=pr-subscribers >`_
57
57
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:
388
388
reviews.
389
389
390
390
* 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,
392
392
code snippets and gory details should be left to bug comments, web
393
393
review or the mailing list.
394
394
@@ -474,7 +474,7 @@ What are the expectations around a revert?
474
474
the commit thread asking for assistance. We aren't trying to enumerate
475
475
every case, but rather give a set of guidelines.
476
476
* 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
478
478
instead of improving them. We expect reasonable judgment to ensure that
479
479
the proper patch or set of patches is being reverted.
480
480
* The commit message for the reverting commit should explain why patch
@@ -591,7 +591,7 @@ Proposing Major Changes (RFCs)
591
591
592
592
LLVM is a large community with many stakeholders, and before landing any major
593
593
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
595
595
Discourse forums `_.
596
596
597
597
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.
628
628
629
629
The LLVM Area Teams (defined in `LP0004
630
630
<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
632
632
isn't obvious agreement, area teams should step in to restate their perceived
633
633
consensus. In cases of deeper disagreement, area teams should try to identify
634
634
the next steps for the proposal, such as gathering more data, changing the
0 commit comments