diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-06-22 01:39:25 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-06-22 04:09:39 +0200 |
commit | 66518b5ce61f74375c120a872a168585dc392ba7 (patch) | |
tree | a011ae18e8b56caf5e970e1e7cc3236a58404c15 /src/send.c | |
parent | fbd2ff0ef2f80a8b4c16a3ce53727a83b00ac620 (diff) |
global: fix a few typos
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/send.c')
-rw-r--r-- | src/send.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -337,7 +337,7 @@ out_nokey: skb_queue_walk(&packets, skb) skb_orphan(skb); /* Then we put them back on the top of the queue. We're not too concerned about - * accidently getting things a little out of order if packets are being added + * accidentally getting things a little out of order if packets are being added * really fast, because this queue is for before packets can even be sent and * it's small anyway. */ |