Skip to content

Commit c5f4b72

Browse files
committed
NFC: Fix typos in TestingGuide documentation
1 parent 0813f41 commit c5f4b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/TestingGuide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ RUN lines:
556556
output affects test results. It's usually easy to tell: just look for
557557
redirection or piping of the ``FileCheck`` call's stdout or stderr.
558558

559-
To add more substituations, look at ``test/lit.cfg`` or ``lit.local.cfg``.
559+
To add more substitutions, look at ``test/lit.cfg`` or ``lit.local.cfg``.
560560

561561

562562
Options
@@ -593,7 +593,7 @@ To make the output more useful, :program:`lit` will scan
593593
the lines of the test case for ones that contain a pattern that matches
594594
``PR[0-9]+``. This is the syntax for specifying a PR (Problem Report) number
595595
that is related to the test case. The number after "PR" specifies the
596-
LLVM bugzilla number. When a PR number is specified, it will be used in
596+
LLVM Bugzilla number. When a PR number is specified, it will be used in
597597
the pass/fail reporting. This is useful to quickly get some context when
598598
a test fails.
599599

0 commit comments

Comments
 (0)