summaryrefslogtreecommitdiff
path: root/libgo/go/syscall/net.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/syscall/net.go')
-rw-r--r--libgo/go/syscall/net.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/syscall/net.go b/libgo/go/syscall/net.go
index 272d3afc387..531fa80d8f1 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.