Commit dca05963 authored by James Mayer's avatar James Mayer Committed by Linus Torvalds

[PATCH] Typo in linux_drivers_net_wan_syncppp.c

parent 88e91c1d
......@@ -796,7 +796,7 @@ static void sppp_cp_send (struct sppp *sp, u16 proto, u8 type,
printk (">\n");
}
sp->obytes += skb->len;
/* Control is high priority so it doesnt get queued behind data */
/* Control is high priority so it doesn't get queued behind data */
skb->priority=TC_PRIO_CONTROL;
skb->dev = dev;
dev_queue_xmit(skb);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment