[llvm-commits] [llvm] r149820 - /llvm/trunk/docs/CommandGuide/lit.pod
Eli Bendersky
eli.bendersky at intel.com
Sun Feb 5 03:17:49 PST 2012
Author: eliben
Date: Sun Feb 5 05:17:49 2012
New Revision: 149820
URL: http://llvm.org/viewvc/llvm-project?rev=149820&view=rev
Log:
Fix typo and broken link
Modified:
llvm/trunk/docs/CommandGuide/lit.pod
Modified: llvm/trunk/docs/CommandGuide/lit.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/lit.pod?rev=149820&r1=149819&r2=149820&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/lit.pod (original)
+++ llvm/trunk/docs/CommandGuide/lit.pod Sun Feb 5 05:17:49 2012
@@ -28,7 +28,7 @@
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 @@
=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
More information about the llvm-commits
mailing list