Typo in lit command guide
llvm-svn: 152702
diff --git a/llvm/docs/CommandGuide/lit.pod b/llvm/docs/CommandGuide/lit.pod
index f4289a8..5f1cff3 100644
--- a/llvm/docs/CommandGuide/lit.pod
+++ b/llvm/docs/CommandGuide/lit.pod
@@ -283,7 +283,7 @@
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.