summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eli.bendersky@intel.com>2012-02-05 11:17:49 +0000
committerEli Bendersky <eli.bendersky@intel.com>2012-02-05 11:17:49 +0000
commit3d6b64a1ebe4f5bbb77132758262b3d48e55bb8e (patch)
tree055e9e1ad5f69016101be36308d1b8afcf7b03a0
parent371d7b0610fe770de59ef32f502166c09cbe8f83 (diff)
downloadllvm-3d6b64a1ebe4f5bbb77132758262b3d48e55bb8e.tar.gz
llvm-3d6b64a1ebe4f5bbb77132758262b3d48e55bb8e.tar.bz2
llvm-3d6b64a1ebe4f5bbb77132758262b3d48e55bb8e.tar.xz
Fix typo and broken link
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149820 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/CommandGuide/lit.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandGuide/lit.pod b/docs/CommandGuide/lit.pod
index 1e9b41a9f1..f4289a86d0 100644
--- a/docs/CommandGuide/lit.pod
+++ b/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