diff options
author | Stephen Hemminger <shemminger@linux-foundation.org> | 2007-03-23 03:12:09 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-26 01:27:33 -0400 |
commit | bb2f8cc0ecf025d6d3947e0389434650023f432e (patch) | |
tree | 61be3ceb6857051dc33c367ab761c350fc10786a /net/sched/sch_netem.c | |
parent | c702e8047fe74648f7852a9c1de781b0d5a98402 (diff) |
[NETEM]: spelling errors
Get rid of some of my creative spelling.
Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/sch_netem.c')
-rw-r--r-- | net/sched/sch_netem.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/sched/sch_netem.c b/net/sched/sch_netem.c index fb49e9e7ace0..3e1b633e8b0d 100644 --- a/net/sched/sch_netem.c +++ b/net/sched/sch_netem.c | |||
@@ -102,7 +102,7 @@ static u32 get_crandom(struct crndstate *state) | |||
102 | u64 value, rho; | 102 | u64 value, rho; |
103 | unsigned long answer; | 103 | unsigned long answer; |
104 | 104 | ||
105 | if (state->rho == 0) /* no correllation */ | 105 | if (state->rho == 0) /* no correlation */ |
106 | return net_random(); | 106 | return net_random(); |
107 | 107 | ||
108 | value = net_random(); | 108 | value = net_random(); |
@@ -432,8 +432,8 @@ static int netem_change(struct Qdisc *sch, struct rtattr *opt) | |||
432 | q->loss = qopt->loss; | 432 | q->loss = qopt->loss; |
433 | q->duplicate = qopt->duplicate; | 433 | q->duplicate = qopt->duplicate; |
434 | 434 | ||
435 | /* for compatiablity with earlier versions. | 435 | /* for compatibility with earlier versions. |
436 | * if gap is set, need to assume 100% probablity | 436 | * if gap is set, need to assume 100% probability |
437 | */ | 437 | */ |
438 | if (q->gap) | 438 | if (q->gap) |
439 | q->reorder = ~0; | 439 | q->reorder = ~0; |