aboutsummaryrefslogtreecommitdiffstats
path: root/src/tun_linux.go
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2017-11-29 21:12:09 +0100
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2017-11-29 21:12:09 +0100
commit479a6f240e37aacc449e3718d3853fa04c598ef4 (patch)
treec2400b291d078d9d55c1c1998faa4ae8d061bab4 /src/tun_linux.go
parentAdded cross namespace TUN status detection (diff)
downloadwireguard-go-479a6f240e37aacc449e3718d3853fa04c598ef4.tar.xz
wireguard-go-479a6f240e37aacc449e3718d3853fa04c598ef4.zip
Fixed typos
Diffstat (limited to '')
-rw-r--r--src/tun_linux.go2
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())