aboutsummaryrefslogtreecommitdiff
path: root/tun/tun_linux.go
diff options
context:
space:
mode:
authorJonathan Tooker <jonathan.tooker@netprotect.com>2019-10-21 15:52:26 -0500
committerJason A. Donenfeld <Jason@zx2c4.com>2019-10-22 11:51:25 +0200
commitf7d0edd2ecf5f7f5aed188823de0a122691a7de6 (patch)
tree9aac319a2e6bc9a7d66e9586a606f46c4defbacf /tun/tun_linux.go
parentffffbbcc8a3344a45c45884f11a1aee1407615ab (diff)
downloadwireguard-go-f7d0edd2ecf5f7f5aed188823de0a122691a7de6.tar.gz
wireguard-go-f7d0edd2ecf5f7f5aed188823de0a122691a7de6.zip
global: fix a few typos courtesy of codespell
Signed-off-by: Jonathan Tooker <jonathan.tooker@netprotect.com>
Diffstat (limited to 'tun/tun_linux.go')
-rw-r--r--tun/tun_linux.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tun/tun_linux.go b/tun/tun_linux.go
index 61902e9..36b43ea 100644
--- a/tun/tun_linux.go
+++ b/tun/tun_linux.go
@@ -35,7 +35,7 @@ type NativeTun struct {
name string // name of interface
errors chan error // async error handling
events chan Event // device related events
- nopi bool // the device was pased IFF_NO_PI
+ nopi bool // the device was passed IFF_NO_PI
netlinkSock int
netlinkCancel *rwcancel.RWCancel
hackListenerClosed sync.Mutex