[llvm] c5f4b72 - NFC: Fix typos in TestingGuide documentation

Louis Dionne via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 24 11:55:02 PDT 2020


Author: Louis Dionne
Date: 2020-03-24T14:54:55-04:00
New Revision: c5f4b728353313346c707ffc83f5aff90e35e71c

URL: https://github.com/llvm/llvm-project/commit/c5f4b728353313346c707ffc83f5aff90e35e71c
DIFF: https://github.com/llvm/llvm-project/commit/c5f4b728353313346c707ffc83f5aff90e35e71c.diff

LOG: NFC: Fix typos in TestingGuide documentation

Added: 
    

Modified: 
    llvm/docs/TestingGuide.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/TestingGuide.rst b/llvm/docs/TestingGuide.rst
index cc39c2ba3784..c8ee65f132f9 100644
--- a/llvm/docs/TestingGuide.rst
+++ b/llvm/docs/TestingGuide.rst
@@ -556,7 +556,7 @@ RUN lines:
    output affects test results.  It's usually easy to tell: just look for
    redirection or piping of the ``FileCheck`` call's stdout or stderr.
 
-To add more substituations, look at ``test/lit.cfg`` or ``lit.local.cfg``.
+To add more substitutions, look at ``test/lit.cfg`` or ``lit.local.cfg``.
 
 
 Options
@@ -593,7 +593,7 @@ To make the output more useful, :program:`lit` will scan
 the lines of the test case for ones that contain a pattern that matches
 ``PR[0-9]+``. This is the syntax for specifying a PR (Problem Report) number
 that is related to the test case. The number after "PR" specifies the
-LLVM bugzilla number. When a PR number is specified, it will be used in
+LLVM Bugzilla number. When a PR number is specified, it will be used in
 the pass/fail reporting. This is useful to quickly get some context when
 a test fails.
 


        


More information about the llvm-commits mailing list