summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-07-31 20:05:37 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-07-31 20:05:55 +0200
commit549647f1bb5ce2347b64661ad2794ca992a6036d (patch)
tree95e5357478ed63690c3655a50e658f6770bd19e1
parentnoise: use hex constant for tai64n offset (diff)
downloadwireguard-monolithic-historical-549647f1bb5ce2347b64661ad2794ca992a6036d.tar.xz
wireguard-monolithic-historical-549647f1bb5ce2347b64661ad2794ca992a6036d.zip
device: adjust comment
Suggested-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
-rw-r--r--src/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c
index 54a94fb..fd1aa60 100644
--- a/src/device.c
+++ b/src/device.c
@@ -37,7 +37,7 @@ static int open(struct net_device *dev)
struct in_device *dev_v4 = __in_dev_get_rtnl(dev);
if (dev_v4) {
- /* TODO: when we merge to mainline, put this check near the ip_rt_send_redirect
+ /* TODO: at some point we might put this check near the ip_rt_send_redirect
* call of ip_forward in net/ipv4/ip_forward.c, similar to the current secpath
* check, rather than turning it off like this. This is just a stop gap solution
* while we're an out of tree module.