From: Duncan Sands Date: Mon, 8 Feb 2010 11:03:31 +0000 (+0000) Subject: Fix some typos. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7c2da9648c39e9e52af13a3f5d9df45f9214349d;p=oota-llvm.git Fix some typos. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95542 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/lit.pod b/docs/CommandGuide/lit.pod index 246fc66aa6d..72d9d2b394f 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