From: Stephen Hemminger Date: Fri, 23 Mar 2007 07:12:09 +0000 (-0700) Subject: [NETEM]: spelling errors X-Git-Tag: v2.6.22-rc1~1128^2~194 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb2f8cc0ecf025d6d3947e0389434650023f432e;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git [NETEM]: spelling errors Get rid of some of my creative spelling. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- diff --git a/net/sched/sch_netem.c b/net/sched/sch_netem.c index fb49e9e..3e1b633 100644 --- a/net/sched/sch_netem.c +++ b/net/sched/sch_netem.c @@ -102,7 +102,7 @@ static u32 get_crandom(struct crndstate *state) u64 value, rho; unsigned long answer; - if (state->rho == 0) /* no correllation */ + if (state->rho == 0) /* no correlation */ return net_random(); value = net_random(); @@ -432,8 +432,8 @@ static int netem_change(struct Qdisc *sch, struct rtattr *opt) q->loss = qopt->loss; q->duplicate = qopt->duplicate; - /* for compatiablity with earlier versions. - * if gap is set, need to assume 100% probablity + /* for compatibility with earlier versions. + * if gap is set, need to assume 100% probability */ if (q->gap) q->reorder = ~0;