Test commit.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 11 May 2010 17:22:45 +0000 (17:22 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 11 May 2010 17:22:45 +0000 (17:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103479 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/lit.pod

index 72d9d2b394f1b9c61e3e7de7ad79ff70707e0329..989a5d7acb51bc54c82b45b54ddce04a57376162 100644 (file)
@@ -253,8 +253,8 @@ files passed on the command line. You can use B<--show-suites> to display the
 discovered test suites at startup.
 
 Once a test suite is discovered, its config file is loaded. Config files
-themselves are just Python modules which will be executed. When the config file
-is executed, two important global variables are predefined:
+themselves are Python modules which will be executed. When the config file is
+executed, two important global variables are predefined:
 
 =over