提交 bb2f8cc0 编写于 作者: S Stephen Hemminger 提交者: David S. Miller

[NETEM]: spelling errors

Get rid of some of my creative spelling.
Signed-off-by: NStephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 c702e804
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册