File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -556,7 +556,7 @@ RUN lines:
556
556
output affects test results. It's usually easy to tell: just look for
557
557
redirection or piping of the ``FileCheck `` call's stdout or stderr.
558
558
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 ``.
560
560
561
561
562
562
Options
@@ -593,7 +593,7 @@ To make the output more useful, :program:`lit` will scan
593
593
the lines of the test case for ones that contain a pattern that matches
594
594
``PR[0-9]+ ``. This is the syntax for specifying a PR (Problem Report) number
595
595
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
597
597
the pass/fail reporting. This is useful to quickly get some context when
598
598
a test fails.
599
599
You can’t perform that action at this time.
0 commit comments