All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Bug#271396: Kernel help typo
       [not found] <20040912233809.GA4739@nermel>
@ 2004-09-13 21:10 ` maks attems
  2004-09-13 22:48   ` Francesco Poli
                     ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: maks attems @ 2004-09-13 21:10 UTC (permalink / raw)
  To: Gavin Sandie, 271396; +Cc: davej, cpufreq

On Mon, 13 Sep 2004, Gavin Sandie wrote:

> drivers/cpufreq/Kconfig
> 
> The help for CONFIG_CPU_FREQ_GOV_POWERSAVE contains a typo.
> It starts with 'Theis', I think this should be 'This'.
>
> I have found a further two typos in the
> drivers/cpufreq/Kconfig file.
> 
> The help section for CPU_FREQ_DEFAULT_GOV_USERSPACE and
> CPU_FREQ_GOV_USERSPACE both have contain 'programm' when I
> think this should read 'programme'.

belows patch corrects found issues.


--- linux-2.6.9-rc2-orig/drivers/cpufreq/Kconfig	2004-09-13 22:51:22.000000000 +0200
+++ linux-2.6.9-rc2/drivers/cpufreq/Kconfig	2004-09-13 23:04:56.000000000 +0200
@@ -33,7 +33,7 @@ config CPU_FREQ_DEFAULT_GOV_USERSPACE
 	help
 	  Use the CPUFreq governor 'userspace' as default. This allows
 	  you to set the CPU frequency manually or when an userspace 
-	  programm shall be able to set the CPU dynamically without having
+	  programme shall be able to set the CPU dynamically without having
 	  to enable the userspace governor manually.
 
 endchoice
@@ -51,7 +51,7 @@ config CPU_FREQ_GOV_POWERSAVE
        tristate "'powersave' governor"
        depends on CPU_FREQ
        help
-	  Theis cpufreq governors set the frequency statically to the
+	  This cpufreq governors set the frequency statically to the
 	  lowest available CPU frequency.
 
 	  If in doubt, say Y.
@@ -61,7 +61,7 @@ config CPU_FREQ_GOV_USERSPACE
        depends on CPU_FREQ 
        help
 	  Enable this cpufreq governor when you either want to set the
-	  CPU frequency manually or when an userspace programm shall
+	  CPU frequency manually or when an userspace programme shall
           be able to set the CPU dynamically, like on LART 
 	  <http://www.lart.tudelft.nl/>
 

--
maks
kernel janitor  	http://janitor.kernelnewbies.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Bug#271396: Kernel help typo
  2004-09-13 21:10 ` Bug#271396: Kernel help typo maks attems
@ 2004-09-13 22:48   ` Francesco Poli
  2004-09-14 11:57   ` Dave Jones
  2004-09-14 14:11   ` Matthew Wilcox
  2 siblings, 0 replies; 6+ messages in thread
From: Francesco Poli @ 2004-09-13 22:48 UTC (permalink / raw)
  To: cpufreq


[-- Attachment #1.1: Type: text/plain, Size: 790 bytes --]

On Mon, 13 Sep 2004 23:10:11 +0200 maks attems wrote:

> -	  programm shall be able to set the CPU dynamically without having
> +	  programme shall be able to set the CPU dynamically without having

Mmmh, I would say "program"...

> -	  Theis cpufreq governors set the frequency statically to the
> +	  This cpufreq governors set the frequency statically to the

How many governors are explained in this sentence?
Only one?
If this is the case, I would say
"This cpufreq governor sets the frequency statically to the"
 ^^^^               ^^^  ^^^


-- 
             |  GnuPG Key ID = DD6DFCF4 |  $ fortune
  Francesco  |        Key fingerprint = |  Q: What is purple
     Poli    | C979 F34B 27CE 5CD8 DC12 |     and commutes?
             | 31B5 78F4 279B DD6D FCF4 |  A: A boolean grape.

[-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 143 bytes --]

_______________________________________________
Cpufreq mailing list
Cpufreq@www.linux.org.uk
http://www.linux.org.uk/mailman/listinfo/cpufreq

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Bug#271396: Kernel help typo
  2004-09-13 21:10 ` Bug#271396: Kernel help typo maks attems
  2004-09-13 22:48   ` Francesco Poli
@ 2004-09-14 11:57   ` Dave Jones
  2004-09-14 14:11   ` Matthew Wilcox
  2 siblings, 0 replies; 6+ messages in thread
From: Dave Jones @ 2004-09-14 11:57 UTC (permalink / raw)
  To: maks attems; +Cc: davej, Gavin Sandie, 271396, cpufreq

On Mon, Sep 13, 2004 at 11:10:11PM +0200, maks attems wrote:
 > On Mon, 13 Sep 2004, Gavin Sandie wrote:
 > 
 > > drivers/cpufreq/Kconfig
 > > 
 > > The help for CONFIG_CPU_FREQ_GOV_POWERSAVE contains a typo.
 > > It starts with 'Theis', I think this should be 'This'.
 > >
 > > I have found a further two typos in the
 > > drivers/cpufreq/Kconfig file.
 > > 
 > > The help section for CPU_FREQ_DEFAULT_GOV_USERSPACE and
 > > CPU_FREQ_GOV_USERSPACE both have contain 'programm' when I
 > > think this should read 'programme'.
 > 
 > belows patch corrects found issues.
 > 
 > 
 > --- linux-2.6.9-rc2-orig/drivers/cpufreq/Kconfig	2004-09-13 22:51:22.000000000 +0200
 > +++ linux-2.6.9-rc2/drivers/cpufreq/Kconfig	2004-09-13 23:04:56.000000000 +0200
 > @@ -33,7 +33,7 @@ config CPU_FREQ_DEFAULT_GOV_USERSPACE
 >  	help
 >  	  Use the CPUFreq governor 'userspace' as default. This allows
 >  	  you to set the CPU frequency manually or when an userspace 
 > -	  programm shall be able to set the CPU dynamically without having
 > +	  programme shall be able to set the CPU dynamically without having
 >  	  to enable the userspace governor manually.
 >  
 >  endchoice
 > @@ -51,7 +51,7 @@ config CPU_FREQ_GOV_POWERSAVE
 >         tristate "'powersave' governor"
 >         depends on CPU_FREQ
 >         help
 > -	  Theis cpufreq governors set the frequency statically to the
 > +	  This cpufreq governors set the frequency statically to the
 >  	  lowest available CPU frequency.
 >  
 >  	  If in doubt, say Y.
 > @@ -61,7 +61,7 @@ config CPU_FREQ_GOV_USERSPACE
 >         depends on CPU_FREQ 
 >         help
 >  	  Enable this cpufreq governor when you either want to set the
 > -	  CPU frequency manually or when an userspace programm shall
 > +	  CPU frequency manually or when an userspace programme shall
 >            be able to set the CPU dynamically, like on LART 
 >  	  <http://www.lart.tudelft.nl/>
 >  

Already fixed up in cpufreq-bk. Matthew Wilcox forwarded me the
debian bugmail yesterday.

		Dave

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Bug#271396: Kernel help typo
  2004-09-13 21:10 ` Bug#271396: Kernel help typo maks attems
  2004-09-13 22:48   ` Francesco Poli
  2004-09-14 11:57   ` Dave Jones
@ 2004-09-14 14:11   ` Matthew Wilcox
  2004-09-14 15:10     ` Dave Jones
  2004-09-15 17:53     ` maks attems
  2 siblings, 2 replies; 6+ messages in thread
From: Matthew Wilcox @ 2004-09-14 14:11 UTC (permalink / raw)
  To: maks attems, 271396; +Cc: Gavin Sandie, davej, cpufreq

On Mon, Sep 13, 2004 at 11:10:11PM +0200, maks attems wrote:
>  	  Use the CPUFreq governor 'userspace' as default. This allows
>  	  you to set the CPU frequency manually or when an userspace 
> -	  programm shall be able to set the CPU dynamically without having
> +	  programme shall be able to set the CPU dynamically without having
>  	  to enable the userspace governor manually.

In British English, "programme" refers to a television
schedule, "program" refers to something a computer runs, see:
http://www.chambersharrap.co.uk/chambers/chref/chref.py/main?query=programme&title=21st

Americans use "program" for everything, so using programme here is wrong
for everyone ;-)

-- 
"Next the statesmen will invent cheap lies, putting the blame upon 
the nation that is attacked, and every man will be glad of those
conscience-soothing falsities, and will diligently study them, and refuse
to examine any refutations of them; and thus he will by and by convince 
himself that the war is just, and will thank God for the better sleep 
he enjoys after this process of grotesque self-deception." -- Mark Twain


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Bug#271396: Kernel help typo
  2004-09-14 14:11   ` Matthew Wilcox
@ 2004-09-14 15:10     ` Dave Jones
  2004-09-15 17:53     ` maks attems
  1 sibling, 0 replies; 6+ messages in thread
From: Dave Jones @ 2004-09-14 15:10 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: davej, maks attems, 271396, Gavin Sandie, cpufreq

On Tue, Sep 14, 2004 at 03:11:17PM +0100, Matthew Wilcox wrote:
 > On Mon, Sep 13, 2004 at 11:10:11PM +0200, maks attems wrote:
 > >  	  Use the CPUFreq governor 'userspace' as default. This allows
 > >  	  you to set the CPU frequency manually or when an userspace 
 > > -	  programm shall be able to set the CPU dynamically without having
 > > +	  programme shall be able to set the CPU dynamically without having
 > >  	  to enable the userspace governor manually.
 > 
 > In British English, "programme" refers to a television
 > schedule, "program" refers to something a computer runs, see:
 > http://www.chambersharrap.co.uk/chambers/chref/chref.py/main?query=programme&title=21st
 > 
 > Americans use "program" for everything, so using programme here is wrong
 > for everyone ;-)

'program' is what I plumped for too, and thats whats currently
in cpufreq-bk.

		Dave

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Bug#271396: Kernel help typo
  2004-09-14 14:11   ` Matthew Wilcox
  2004-09-14 15:10     ` Dave Jones
@ 2004-09-15 17:53     ` maks attems
  1 sibling, 0 replies; 6+ messages in thread
From: maks attems @ 2004-09-15 17:53 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: davej, Gavin Sandie, 271396, cpufreq

On Tue, 14 Sep 2004, Matthew Wilcox wrote:

> On Mon, Sep 13, 2004 at 11:10:11PM +0200, maks attems wrote:
> >  	  Use the CPUFreq governor 'userspace' as default. This allows
> >  	  you to set the CPU frequency manually or when an userspace 
> > -	  programm shall be able to set the CPU dynamically without having
> > +	  programme shall be able to set the CPU dynamically without having
> >  	  to enable the userspace governor manually.
> 
> In British English, "programme" refers to a television
> schedule, "program" refers to something a computer runs, see:
> http://www.chambersharrap.co.uk/chambers/chref/chref.py/main?query=programme&title=21st
> 
> Americans use "program" for everything, so using programme here is wrong
> for everyone ;-)
 
/me laughing

thanks for the explanation, my french mother tongue probably
agreed to aboves change :-)

--
maks
kernel janitor  	http://janitor.kernelnewbies.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-09-15 17:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20040912233809.GA4739@nermel>
2004-09-13 21:10 ` Bug#271396: Kernel help typo maks attems
2004-09-13 22:48   ` Francesco Poli
2004-09-14 11:57   ` Dave Jones
2004-09-14 14:11   ` Matthew Wilcox
2004-09-14 15:10     ` Dave Jones
2004-09-15 17:53     ` maks attems

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.