summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eli.bendersky@intel.com>2012-03-14 06:09:20 +0000
committerEli Bendersky <eli.bendersky@intel.com>2012-03-14 06:09:20 +0000
commitbf222b9599dcd6b91e46cc29a189688f094c23ec (patch)
treeeb4bb1e2301ebb33e3730e2b09bc274e2297cdff
parent17d35e57a585e869dc3084666abd17f173723735 (diff)
downloadllvm-bf222b9599dcd6b91e46cc29a189688f094c23ec.tar.gz
llvm-bf222b9599dcd6b91e46cc29a189688f094c23ec.tar.bz2
llvm-bf222b9599dcd6b91e46cc29a189688f094c23ec.tar.xz
Typo in lit command guide
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152702 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/CommandGuide/lit.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/lit.pod b/docs/CommandGuide/lit.pod
index f4289a86d0..5f1cff381b 100644
--- a/docs/CommandGuide/lit.pod
+++ b/docs/CommandGuide/lit.pod
@@ -283,7 +283,7 @@ builds this is the directory that will be scanned for tests.
B<test_exec_root> For out-of-dir builds, the path to the test suite root inside
the object directory. This is where tests will be run and temporary output files
-places.
+placed.
B<environment> A dictionary representing the environment to use when executing
tests in the suite.