Skip to content

Commit be7f2f9

Browse files
author
John Criswell
committed
Fixed some grammar and punctuation error.
No content changes. llvm-svn: 169627
1 parent a31a894 commit be7f2f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/docs/BranchWeightMetadata.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Supported Instructions
2727
``BranchInst``
2828
^^^^^^^^^^^^^^
2929

30-
Metadata is only assign to the conditional branches. There are two extra
31-
operarands, for the true and the false branch.
30+
Metadata is only assigned to the conditional branches. There are two extra
31+
operarands for the true and the false branch.
3232

3333
.. code-block:: llvm
3434
@@ -41,8 +41,8 @@ operarands, for the true and the false branch.
4141
``SwitchInst``
4242
^^^^^^^^^^^^^^
4343

44-
Branch weights are assign to every case (including ``default`` case which is
45-
always case #0).
44+
Branch weights are assigned to every case (including the ``default`` case which
45+
is always case #0).
4646

4747
.. code-block:: llvm
4848
@@ -55,7 +55,7 @@ always case #0).
5555
``IndirectBrInst``
5656
^^^^^^^^^^^^^^^^^^
5757

58-
Branch weights are assign to every destination.
58+
Branch weights are assigned to every destination.
5959

6060
.. code-block:: llvm
6161

0 commit comments

Comments
 (0)