diff options
Diffstat (limited to 'libgo/go/net/unixsock_plan9.go')
-rw-r--r-- | libgo/go/net/unixsock_plan9.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/net/unixsock_plan9.go b/libgo/go/net/unixsock_plan9.go index 8a1281fb1a4..c60c1d83bb3 100644 --- a/libgo/go/net/unixsock_plan9.go +++ b/libgo/go/net/unixsock_plan9.go @@ -97,7 +97,7 @@ func ListenUnix(net string, laddr *UnixAddr) (*UnixListener, error) { } // AcceptUnix accepts the next incoming call and returns the new -// connection and the remote address. +// connection. func (l *UnixListener) AcceptUnix() (*UnixConn, error) { return nil, syscall.EPLAN9 } |