aboutsummaryrefslogtreecommitdiffstats
path: root/src/tun_linux.go
diff options
context:
space:
mode:
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())