From: Matt LaPlante <laplam@rpi.edu>
To: linux-kernel@vger.kernel.org
Cc: Roman Zippel <zippel@linux-m68k.org>
Subject: [PATCH] Kconfig: Typos in net/sched/Kconfig
Date: Thu, 29 Jun 2006 02:26:23 -0400 [thread overview]
Message-ID: <20060629022623.67ba2cbc.laplam@rpi.edu> (raw)
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
next reply other threads:[~2006-06-29 6:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-29 6:26 Matt LaPlante [this message]
2006-06-29 7:37 ` [PATCH] Kconfig: Typos in net/sched/Kconfig 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060629022623.67ba2cbc.laplam@rpi.edu \
--to=laplam@rpi.edu \
--cc=linux-kernel@vger.kernel.org \
--cc=zippel@linux-m68k.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox