diff options
Diffstat (limited to 'src/tun_linux.go')
-rw-r--r-- | src/tun_linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tun_linux.go b/src/tun_linux.go index 81f1bbb..8a5d53b 100644 --- a/src/tun_linux.go +++ b/src/tun_linux.go @@ -62,7 +62,7 @@ func (tun *NativeTun) File() *os.File { } func (tun *NativeTun) RoutineHackListener() { - /* This is needed for the detection to work accross network namespaces + /* This is needed for the detection to work across network namespaces * If you are reading this and know a better method, please get in touch. */ fd := int(tun.fd.Fd()) |