Add missing paren
authorEli Bendersky <eli.bendersky@intel.com>
Sun, 5 Feb 2012 09:21:25 +0000 (09:21 +0000)
committerEli Bendersky <eli.bendersky@intel.com>
Sun, 5 Feb 2012 09:21:25 +0000 (09:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149817 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/lit.pod

index ba22c95e99438adb64795d0b3e53942a8babb185..1e9b41a9f1267e291e979746aa66c0c20855ad57 100644 (file)
@@ -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.