summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorEli Bendersky <eli.bendersky@intel.com>2012-03-14 11:34:19 +0000
committerEli Bendersky <eli.bendersky@intel.com>2012-03-14 11:34:19 +0000
commite28e2a8dc44e6923ac97520c0c8322e1db2547c4 (patch)
tree47e043262f7855e63e98b703c608239f91f6c351 /docs/CommandGuide
parent689e0b42630f31f74d21041881b21412427924f7 (diff)
downloadllvm-e28e2a8dc44e6923ac97520c0c8322e1db2547c4.tar.gz
llvm-e28e2a8dc44e6923ac97520c0c8322e1db2547c4.tar.bz2
llvm-e28e2a8dc44e6923ac97520c0c8322e1db2547c4.tar.xz
Some typos in lit command guide
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152712 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/lit.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/CommandGuide/lit.pod b/docs/CommandGuide/lit.pod
index 5f1cff381b..e0b1a8c57f 100644
--- a/docs/CommandGuide/lit.pod
+++ b/docs/CommandGuide/lit.pod
@@ -159,8 +159,8 @@ other results are not collated in any reasonable fashion.
=head1 EXIT STATUS
B<lit> will exit with an exit code of 1 if there are any FAIL or XPASS
-results. Otherwise, it will exit with the status 0. Other exit codes used for
-non-test related failures (for example a user error or an internal program
+results. Otherwise, it will exit with the status 0. Other exit codes are used
+for non-test related failures (for example a user error or an internal program
error).
=head1 TEST DISCOVERY
@@ -289,7 +289,7 @@ B<environment> A dictionary representing the environment to use when executing
tests in the suite.
B<suffixes> For B<lit> test formats which scan directories for tests, this
-variable as a list of suffixes to identify test files. Used by: I<ShTest>,
+variable is a list of suffixes to identify test files. Used by: I<ShTest>,
I<TclTest>.
B<substitutions> For B<lit> test formats which substitute variables into a test
@@ -315,7 +315,7 @@ directory being scanned.
Once test suites are located, B<lit> recursively traverses the source directory
(following I<test_src_root>) looking for tests. When B<lit> enters a
-sub-directory, it first checks to see if a nest test suite is defined in that
+sub-directory, it first checks to see if a nested test suite is defined in that
directory. If so, it loads that test suite recursively, otherwise it
instantiates a local test config for the directory (see L<"LOCAL CONFIGURATION
FILES">).