[LNT] r372922 - [LNT][docs] Fix some typos.

Volodymyr Sapsai via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 15:25:57 PDT 2019


Author: vsapsai
Date: Wed Sep 25 15:25:57 2019
New Revision: 372922

URL: http://llvm.org/viewvc/llvm-project?rev=372922&view=rev
Log:
[LNT][docs] Fix some typos.

Modified:
    lnt/trunk/docs/tests.rst

Modified: lnt/trunk/docs/tests.rst
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/docs/tests.rst?rev=372922&r1=372921&r2=372922&view=diff
==============================================================================
--- lnt/trunk/docs/tests.rst (original)
+++ lnt/trunk/docs/tests.rst Wed Sep 25 15:25:57 2019
@@ -62,7 +62,7 @@ Built-in Tests
 LLVM CMake test-suite
 ~~~~~~~~~~~~~~~~~~~~~
 
-The llvm test-suite can be run with the ``test-suite``` built-in test.
+The llvm test-suite can be run with the ``test-suite`` built-in test.
 
 Running the test-suite via CMake and lit uses a different LNT test::
 
@@ -77,8 +77,8 @@ Running the test-suite via CMake and lit
        --cmake-cache Release
 
 Since the CMake test-suite uses lit to run the tests and compare their output,
-LNT needs to know the path to your LLVM lit installation.  The test-suite Holds
-some common common configurations in CMake caches. The ``--cmake-cache`` flag
+LNT needs to know the path to your LLVM lit installation.  The test-suite holds
+some common configurations in CMake caches. The ``--cmake-cache`` flag
 and the ``--cmake-define`` flag allow you to change how LNT configures cmake
 for the test-suite run.
 




More information about the llvm-commits mailing list