wintun: remove extra /

This commit is contained in:
Jason A. Donenfeld 2019-05-26 02:20:01 +02:00
parent fbcd995ec1
commit d4034e5f8a

View File

@ -361,7 +361,7 @@ func (tun *NativeTun) Write(buff []byte, offset int) (int, error) {
return len(buff) - offset, nil return len(buff) - offset, nil
} }
/// //
// LUID returns Windows adapter instance ID. // LUID returns Windows adapter instance ID.
// //
func (tun *NativeTun) LUID() uint64 { func (tun *NativeTun) LUID() uint64 {