From 7c2da9648c39e9e52af13a3f5d9df45f9214349d Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Mon, 8 Feb 2010 11:03:31 +0000 Subject: Fix some typos. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95542 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/lit.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/CommandGuide') diff --git a/docs/CommandGuide/lit.pod b/docs/CommandGuide/lit.pod index 246fc66aa6..72d9d2b394 100644 --- a/docs/CommandGuide/lit.pod +++ b/docs/CommandGuide/lit.pod @@ -49,13 +49,13 @@ Show the B help message. =item B<-j> I, B<--threads>=I -Run I tests in parallel. By default, this is automatically chose to match the -number of detected available CPUs. +Run I tests in parallel. By default, this is automatically chosen to match +the number of detected available CPUs. =item B<--config-prefix>=I Search for I and I when searching for test suites, -instead I and I. +instead of I and I. =item B<--param> I, B<--param> I=I @@ -237,7 +237,7 @@ creating a new B testing implementation, or extending an existing one. B proper is primarily an infrastructure for discovering and running arbitrary tests, and to expose a single convenient interface to these -tests. B itself doesn't contain know how to run tests, rather this logic is +tests. B itself doesn't know how to run tests, rather this logic is defined by I. =head2 TEST SUITES -- cgit v1.2.3-18-g5258