summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorEli Bendersky <eli.bendersky@intel.com>2012-02-05 09:21:25 +0000
committerEli Bendersky <eli.bendersky@intel.com>2012-02-05 09:21:25 +0000
commit371d7b0610fe770de59ef32f502166c09cbe8f83 (patch)
tree84735cb4e50a578d23ad1d719218ce404976c707 /docs/CommandGuide
parent5e25ee8a1fcf8288d00d731b0f7ab7976f33b123 (diff)
downloadllvm-371d7b0610fe770de59ef32f502166c09cbe8f83.tar.gz
llvm-371d7b0610fe770de59ef32f502166c09cbe8f83.tar.bz2
llvm-371d7b0610fe770de59ef32f502166c09cbe8f83.tar.xz
Add missing paren
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149817 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/lit.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/lit.pod b/docs/CommandGuide/lit.pod
index ba22c95e99..1e9b41a9f1 100644
--- a/docs/CommandGuide/lit.pod
+++ b/docs/CommandGuide/lit.pod
@@ -247,7 +247,7 @@ suite>. Test suites serve to define the format of the tests they contain, the
logic for finding those tests, and any additional information to run the tests.
B<lit> identifies test suites as directories containing I<lit.cfg> or
-I<lit.site.cfg> files (see also B<--config-prefix>. Test suites are initially
+I<lit.site.cfg> files (see also B<--config-prefix>). Test suites are initially
discovered by recursively searching up the directory hierarchy for all the input
files passed on the command line. You can use B<--show-suites> to display the
discovered test suites at startup.