diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-06-06 23:00:15 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-06-06 23:00:15 +0200 |
commit | eaf17becfa70c31bcfb6f195e8d68cb5b720ec4a (patch) | |
tree | 09d1831e80468dd1703c174784d19c8697538fd7 /tun/tun_linux.go | |
parent | 6d8b68c8f3cd7c9e9560c23e5f20e3ec4bc4fb6e (diff) |
global: fixup TODO comment spacing
Diffstat (limited to 'tun/tun_linux.go')
-rw-r--r-- | tun/tun_linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tun/tun_linux.go b/tun/tun_linux.go index f5f7ec7..2168f5b 100644 --- a/tun/tun_linux.go +++ b/tun/tun_linux.go @@ -320,7 +320,7 @@ func (tun *NativeTun) Write(buff []byte, offset int) (int, error) { } func (tun *NativeTun) Flush() error { - //TODO: can flushing be implemented by buffering and using sendmmsg? + // TODO: can flushing be implemented by buffering and using sendmmsg? return nil } |