Fixed typos

This commit is contained in:
Mathias Hall-Andersen
2017-11-29 21:12:09 +01:00
parent 471f7ff08e
commit 479a6f240e
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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())