public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Kconfig: Typos in net/sched/Kconfig
@ 2006-06-29  6:26 Matt LaPlante
  2006-06-29  7:37 ` Randy.Dunlap
  2006-06-29 12:01 ` Alan Cox
  0 siblings, 2 replies; 6+ messages in thread
From: Matt LaPlante @ 2006-06-29  6:26 UTC (permalink / raw)
  To: linux-kernel; +Cc: Roman Zippel

Fix typos in net/sched/Kconfig.  And yes, its "queuing" in the dictionary.com. :)

-
Matt LaPlante
CCNP, CCDP, A+, Linux+, CQS
laplam@rpi.edu

--

--- a/net/sched/Kconfig	2006-06-20 05:31:55.000000000 -0400
+++ b/net/sched/Kconfig	2006-06-29 02:26:33.000000000 -0400
@@ -2,14 +2,14 @@
 # Traffic control configuration.
 # 
 
-menu "QoS and/or fair queueing"
+menu "QoS and/or fair queuing"
 
 config NET_SCHED
-	bool "QoS and/or fair queueing"
+	bool "QoS and/or fair queuing"
 	---help---
 	  When the kernel has several packets to send out over a network
 	  device, it has to decide which ones to send first, which ones to
-	  delay, and which ones to drop. This is the job of the queueing
+	  delay, and which ones to drop. This is the job of the queuing
 	  disciplines, several different algorithms for how to do this
 	  "fairly" have been proposed.
 
@@ -98,12 +98,12 @@
 
 endchoice
 
-comment "Queueing/Scheduling"
+comment "Queuing/Scheduling"
 
 config NET_SCH_CBQ
-	tristate "Class Based Queueing (CBQ)"
+	tristate "Class Based Queuing (CBQ)"
 	---help---
-	  Say Y here if you want to use the Class-Based Queueing (CBQ) packet
+	  Say Y here if you want to use the Class-Based Queuing (CBQ) packet
 	  scheduling algorithm. This algorithm classifies the waiting packets
 	  into a tree-like hierarchy of classes; the leaves of this tree are
 	  in turn scheduled by separate algorithms.
@@ -111,7 +111,7 @@
 	  See the top of <file:net/sched/sch_cbq.c> for more details.
 
 	  CBQ is a commonly used scheduler, so if you're unsure, you should
-	  say Y here. Then say Y to all the queueing algorithms below that you
+	  say Y here. Then say Y to all the queuing algorithms below that you
 	  want to use as leaf disciplines.
 
 	  To compile this code as a module, choose M here: the
@@ -155,7 +155,7 @@
 	  module will be called sch_atm.
 
 config NET_SCH_PRIO
-	tristate "Multi Band Priority Queueing (PRIO)"
+	tristate "Multi Band Priority Queuing (PRIO)"
 	---help---
 	  Say Y here if you want to use an n-band priority queue packet
 	  scheduler.
@@ -175,9 +175,9 @@
 	  module will be called sch_red.
 
 config NET_SCH_SFQ
-	tristate "Stochastic Fairness Queueing (SFQ)"
+	tristate "Stochastic Fairness Queuing (SFQ)"
 	---help---
-	  Say Y here if you want to use the Stochastic Fairness Queueing (SFQ)
+	  Say Y here if you want to use the Stochastic Fairness Queuing (SFQ)
 	  packet scheduling algorithm .
 
 	  See the top of <file:net/sched/sch_sfq.c> for more details.
@@ -189,7 +189,7 @@
 	tristate "True Link Equalizer (TEQL)"
 	---help---
 	  Say Y here if you want to use the True Link Equalizer (TLE) packet
-	  scheduling algorithm. This queueing discipline allows the combination
+	  scheduling algorithm. This queuing discipline allows the combination
 	  of several physical devices into one virtual device.
 
 	  See the top of <file:net/sched/sch_teql.c> for more details.
@@ -305,7 +305,7 @@
 	tristate "Universal 32bit comparisons w/ hashing (U32)"
 	select NET_CLS
 	---help---
-	  Say Y here to be able to classify packetes using a universal
+	  Say Y here to be able to classify packets using a universal
 	  32bit pieces based comparison scheme.
 
 	  To compile this code as a module, choose M here: the
@@ -485,7 +485,7 @@
         tristate "IPtables targets"
         depends on NET_CLS_ACT && NETFILTER && IP_NF_IPTABLES
         ---help---
-	  Say Y here to be able to invoke iptables targets after succesful
+	  Say Y here to be able to invoke iptables targets after successful
 	  classification.
 
 	  To compile this code as a module, choose M here: the
@@ -537,8 +537,8 @@
 	---help---
 	  Say Y here to allow using rate estimators to estimate the current
 	  rate-of-flow for network devices, queues, etc. This module is
-	  automaticaly selected if needed but can be selected manually for
-	  statstical purposes.
+	  automatically selected if needed but can be selected manually for
+	  statistical purposes.
 
 endif # NET_SCHED
 


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

* Re: [PATCH] Kconfig: Typos in net/sched/Kconfig
  2006-06-29  6:26 [PATCH] Kconfig: Typos in net/sched/Kconfig Matt LaPlante
@ 2006-06-29  7:37 ` Randy.Dunlap
  2006-06-29  7:42   ` Matt LaPlante
  2006-06-29 12:01 ` Alan Cox
  1 sibling, 1 reply; 6+ messages in thread
From: Randy.Dunlap @ 2006-06-29  7:37 UTC (permalink / raw)
  To: Matt LaPlante; +Cc: linux-kernel, zippel

On Thu, 29 Jun 2006 02:26:23 -0400 Matt LaPlante wrote:

> Fix typos in net/sched/Kconfig.  And yes, its "queuing" in the dictionary.com. :)

Check how it is spelled in computer science books, e.g.,
see the list at
  http://www2.uwindsor.ca/~hlynka/qonline.html

OK, it seems to be either way, but +e seems to be ahead
of -e.

---
~Randy

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

* Re: [PATCH] Kconfig: Typos in net/sched/Kconfig
  2006-06-29  7:37 ` Randy.Dunlap
@ 2006-06-29  7:42   ` Matt LaPlante
  0 siblings, 0 replies; 6+ messages in thread
From: Matt LaPlante @ 2006-06-29  7:42 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: linux-kernel, zippel

On Thu, 29 Jun 2006 00:37:40 -0700
"Randy.Dunlap" <rdunlap@xenotime.net> wrote:

> On Thu, 29 Jun 2006 02:26:23 -0400 Matt LaPlante wrote:
> 
> > Fix typos in net/sched/Kconfig.  And yes, its "queuing" in the dictionary.com. :)
> 
> Check how it is spelled in computer science books, e.g.,
> see the list at
>   http://www2.uwindsor.ca/~hlynka/qonline.html
> 
> OK, it seems to be either way, but +e seems to be ahead
> of -e.
> 
> ---
> ~Randy
> 

This is one of those times when I don't want to touch the english language with a 10 foot pole.  On that note, it's almost 4 am and I'm going to bed...I'll resubmit this sans-queuewhatever tomorrow.  Thanks for the feedback.

-
Matt


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

* Re: [PATCH] Kconfig: Typos in net/sched/Kconfig
  2006-06-29  6:26 [PATCH] Kconfig: Typos in net/sched/Kconfig Matt LaPlante
  2006-06-29  7:37 ` Randy.Dunlap
@ 2006-06-29 12:01 ` Alan Cox
  2006-06-29 16:49   ` Matt LaPlante
  1 sibling, 1 reply; 6+ messages in thread
From: Alan Cox @ 2006-06-29 12:01 UTC (permalink / raw)
  To: Matt LaPlante; +Cc: linux-kernel, Roman Zippel

Ar Iau, 2006-06-29 am 02:26 -0400, ysgrifennodd Matt LaPlante:
> Fix typos in net/sched/Kconfig.  And yes, its "queuing" in the dictionary.com. :)

Dictionary.com is incomplete. Please use a proper reference if you are
going to fix "spelling" errors.

The Oxford English Dictionary lists both forms as correct.

Alan


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

* Re: [PATCH] Kconfig: Typos in net/sched/Kconfig
  2006-06-29 12:01 ` Alan Cox
@ 2006-06-29 16:49   ` Matt LaPlante
  2006-06-29 17:40     ` Alan Cox
  0 siblings, 1 reply; 6+ messages in thread
From: Matt LaPlante @ 2006-06-29 16:49 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel, zippel, Randy.Dunlap, trivial

On Thu, 29 Jun 2006 13:01:27 +0100
Alan Cox <alan@lxorguk.ukuu.org.uk> wrote:

> Ar Iau, 2006-06-29 am 02:26 -0400, ysgrifennodd Matt LaPlante:
> > Fix typos in net/sched/Kconfig.  And yes, its "queuing" in the dictionary.com. :)
> 
> Dictionary.com is incomplete. Please use a proper reference if you are
> going to fix "spelling" errors.
> 
> The Oxford English Dictionary lists both forms as correct.
> 
> Alan
> 

It seems many references are incomplete in some way or another.  But I don't disagree, I will try to use a more robust source of the english language (I had actually checked multiple previously, and apparently they were equally deficient).  The new patch:

-
Matt LaPlante

--

--- a/net/sched/Kconfig	2006-06-20 05:31:55.000000000 -0400
+++ b/net/sched/Kconfig	2006-06-29 02:26:33.000000000 -0400
@@ -305,7 +305,7 @@
 	tristate "Universal 32bit comparisons w/ hashing (U32)"
 	select NET_CLS
 	---help---
-	  Say Y here to be able to classify packetes using a universal
+	  Say Y here to be able to classify packets using a universal
 	  32bit pieces based comparison scheme.
 
 	  To compile this code as a module, choose M here: the
@@ -485,7 +485,7 @@
         tristate "IPtables targets"
         depends on NET_CLS_ACT && NETFILTER && IP_NF_IPTABLES
         ---help---
-	  Say Y here to be able to invoke iptables targets after succesful
+	  Say Y here to be able to invoke iptables targets after successful
 	  classification.
 
 	  To compile this code as a module, choose M here: the
@@ -537,8 +537,8 @@
 	---help---
 	  Say Y here to allow using rate estimators to estimate the current
 	  rate-of-flow for network devices, queues, etc. This module is
-	  automaticaly selected if needed but can be selected manually for
-	  statstical purposes.
+	  automatically selected if needed but can be selected manually for
+	  statistical purposes.
 
 endif # NET_SCHED



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

* Re: [PATCH] Kconfig: Typos in net/sched/Kconfig
  2006-06-29 16:49   ` Matt LaPlante
@ 2006-06-29 17:40     ` Alan Cox
  0 siblings, 0 replies; 6+ messages in thread
From: Alan Cox @ 2006-06-29 17:40 UTC (permalink / raw)
  To: Matt LaPlante; +Cc: linux-kernel, zippel, Randy.Dunlap, trivial

Ar Iau, 2006-06-29 am 12:49 -0400, ysgrifennodd Matt LaPlante:
> > The Oxford English Dictionary lists both forms as correct.
> It seems many references are incomplete in some way or another.  But I don't disagree, I will try to use a more robust source of the english language (I had actually checked multiple previously, and apparently they were equally deficient).  The new patch:

I've got the 2 volume OED to hand here so if you want to check any of
them or run them past me feel free.

Alan


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

end of thread, other threads:[~2006-06-29 17:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-29  6:26 [PATCH] Kconfig: Typos in net/sched/Kconfig Matt LaPlante
2006-06-29  7:37 ` Randy.Dunlap
2006-06-29  7:42   ` Matt LaPlante
2006-06-29 12:01 ` Alan Cox
2006-06-29 16:49   ` Matt LaPlante
2006-06-29 17:40     ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox