diff options
Diffstat (limited to 'libgo/go/syscall/net.go')
-rw-r--r-- | libgo/go/syscall/net.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/syscall/net.go b/libgo/go/syscall/net.go index 272d3af..531fa80 100644 --- a/libgo/go/syscall/net.go +++ b/libgo/go/syscall/net.go @@ -26,7 +26,7 @@ type RawConn interface { Write(f func(fd uintptr) (done bool)) error } -// Conn is implemented by some types in the net package to provide +// Conn is implemented by some types in the net and os packages to provide // access to the underlying file descriptor or handle. type Conn interface { // SyscallConn returns a raw network connection. |