summaryrefslogtreecommitdiff
path: root/net/sched
diff options
context:
space:
mode:
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>2013-12-31 20:34:51 (GMT)
committerDavid S. Miller <davem@davemloft.net>2013-12-31 21:44:10 (GMT)
commit21eb218989523b7bee28900aaec9f9296b70fa27 (patch)
treec4f547262c1ff90767f42767e5b8a05b3f84ffab /net/sched
parent855abcf0664512df945fba911fa0b9d88e2ea0bf (diff)
downloadlinux-21eb218989523b7bee28900aaec9f9296b70fa27.tar.xz
net, sch: fix the typo in register_qdisc()
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched')
-rw-r--r--net/sched/sch_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_api.c b/net/sched/sch_api.c
index c31190e..1313145 100644
--- a/net/sched/sch_api.c
+++ b/net/sched/sch_api.c
@@ -135,7 +135,7 @@ static DEFINE_RWLOCK(qdisc_mod_lock);
static struct Qdisc_ops *qdisc_base;
-/* Register/uregister queueing discipline */
+/* Register/unregister queueing discipline */
int register_qdisc(struct Qdisc_ops *qops)
{