diff options
author | Eli Bendersky <eli.bendersky@intel.com> | 2012-02-05 11:17:49 +0000 |
---|---|---|
committer | Eli Bendersky <eli.bendersky@intel.com> | 2012-02-05 11:17:49 +0000 |
commit | 3ea96a701e70969034b5c2cc7833a977ad601bac (patch) | |
tree | 5533c0b4190cb3a73beafe090d652ff83d5169af /llvm/docs/CommandGuide/lit.pod | |
parent | 2c0dd81b732b6dc9d860b1f0de69cb255185aa55 (diff) | |
download | bcm5719-llvm-3ea96a701e70969034b5c2cc7833a977ad601bac.tar.gz bcm5719-llvm-3ea96a701e70969034b5c2cc7833a977ad601bac.zip |
Fix typo and broken link
llvm-svn: 149820
Diffstat (limited to 'llvm/docs/CommandGuide/lit.pod')
-rw-r--r-- | llvm/docs/CommandGuide/lit.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/lit.pod b/llvm/docs/CommandGuide/lit.pod index 1e9b41a9f12..f4289a86d01 100644 --- a/llvm/docs/CommandGuide/lit.pod +++ b/llvm/docs/CommandGuide/lit.pod @@ -28,7 +28,7 @@ By default B<lit> will use a succinct progress display and will only print summary information for test failures. See L<"OUTPUT OPTIONS"> for options controlling the B<lit> progress display and output. -B<lit> also includes a number of options for controlling how tests are exected +B<lit> also includes a number of options for controlling how tests are executed (specific features may depend on the particular test format). See L<"EXECUTION OPTIONS"> for more information. @@ -227,7 +227,7 @@ which can report unsupported tests. =back Depending on the test format tests may produce additional information about -their status (generally only for failures). See the L<Output|"LIT OUTPUT"> +their status (generally only for failures). See the L<Output|"OUTPUT OPTIONS"> section for more information. =head1 LIT INFRASTRUCTURE |