diff options
author | Eli Bendersky <eli.bendersky@intel.com> | 2012-03-14 06:09:20 +0000 |
---|---|---|
committer | Eli Bendersky <eli.bendersky@intel.com> | 2012-03-14 06:09:20 +0000 |
commit | 28591782421f5319ab5e923b34c9eb7322fd361d (patch) | |
tree | 7ba4e6daeaf2b0eaaf4fe42af6fd1a90c414ceee /llvm/docs/CommandGuide | |
parent | 8823decdd4926861e711075394b954f19c16e18d (diff) | |
download | bcm5719-llvm-28591782421f5319ab5e923b34c9eb7322fd361d.tar.gz bcm5719-llvm-28591782421f5319ab5e923b34c9eb7322fd361d.zip |
Typo in lit command guide
llvm-svn: 152702
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/lit.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/lit.pod b/llvm/docs/CommandGuide/lit.pod index f4289a86d01..5f1cff381bb 100644 --- a/llvm/docs/CommandGuide/lit.pod +++ b/llvm/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. |