aboutsummaryrefslogtreecommitdiff
path: root/toys/net/tunctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/net/tunctl.c')
-rw-r--r--toys/net/tunctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/net/tunctl.c b/toys/net/tunctl.c
index 12855708..b18306f0 100644
--- a/toys/net/tunctl.c
+++ b/toys/net/tunctl.c
@@ -7,7 +7,7 @@
* This is useful for things like "kvm -netdev tap" and containers.
* See https://landley.net/lxc/02-networking.html for example usage.
*
- * TODO: bridge mode
+ * TODO: bridge mode
* -b bridge daemon (forwards packets between NAME and NAME2 interfaces)