aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/send.c
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-06-22 01:39:25 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-06-22 04:09:39 +0200
commit590c41089fd77bf43efda375c0e6bd3913cb9350 (patch)
tree7d3b40bdb7c7f86089130559ee1565167a13e7c1 /src/send.c
parentsimd: add missing header (diff)
downloadwireguard-monolithic-historical-590c41089fd77bf43efda375c0e6bd3913cb9350.tar.xz
wireguard-monolithic-historical-590c41089fd77bf43efda375c0e6bd3913cb9350.zip
global: fix a few typos
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Diffstat (limited to '')
-rw-r--r--src/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/send.c b/src/send.c
index d3e3d75..f0f53d4 100644
--- a/src/send.c
+++ b/src/send.c
@@ -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.
*/