]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Typo in linux_net_sched_sch_ingress.c
authorJames Mayer <james@cobaltmountain.com>
Thu, 1 Aug 2002 05:23:29 +0000 (22:23 -0700)
committerChristoph Hellwig <hch@sb.bsdonline.org>
Thu, 1 Aug 2002 05:23:29 +0000 (22:23 -0700)
net/sched/sch_ingress.c

index 7ef8543de0e5fe7e6a7d231c69d9840420964478..6f3d7152cf56b20a0ce0f18428b8606b171b7aa3 100644 (file)
@@ -106,7 +106,7 @@ static int ingress_change(struct Qdisc *sch, u32 classid, u32 parent,
 #endif
        DPRINTK("ingress_change(sch %p,[qdisc %p],classid %x,parent %x),"
                "arg 0x%lx\n", sch, p, classid, parent, *arg);
-       DPRINTK("No effect. sch_ingress doesnt maintain classes at the moment");
+       DPRINTK("No effect. sch_ingress doesn't maintain classes at the moment");
        return 0;
 }
 
@@ -118,7 +118,7 @@ static void ingress_walk(struct Qdisc *sch,struct qdisc_walker *walker)
        struct ingress_qdisc_data *p = PRIV(sch);
 #endif
        DPRINTK("ingress_walk(sch %p,[qdisc %p],walker %p)\n", sch, p, walker);
-       DPRINTK("No effect. sch_ingress doesnt maintain classes at the moment");
+       DPRINTK("No effect. sch_ingress doesn't maintain classes at the moment");
 }