global: fixup TODO comment spacing

This commit is contained in:
Jason A. Donenfeld
2019-06-06 23:00:15 +02:00
parent 6d8b68c8f3
commit eaf17becfa
7 changed files with 11 additions and 11 deletions

View File

@@ -218,7 +218,7 @@ func (tun *NativeTun) MTU() (int, error) {
return tun.forcedMTU, nil
}
//TODO: This is a temporary hack. We really need to be monitoring the interface in real time and adapting to MTU changes.
// TODO: This is a temporary hack. We really need to be monitoring the interface in real time and adapting to MTU changes.
func (tun *NativeTun) ForceMTU(mtu int) {
tun.forcedMTU = mtu
}