LGTM - gri On Wed, May 5, 2010 at 12:27 AM, <cemeyer@cs.washington.edu> wrote: > Reviewers: ...
14 years, 10 months ago
(2010-05-05 16:53:43 UTC)
#2
LGTM
- gri
On Wed, May 5, 2010 at 12:27 AM, <cemeyer@cs.washington.edu> wrote:
> Reviewers: golang-dev_googlegroups.com,
>
> Message:
> Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> Fix a typo in net/unixsock
>
> Please review this at http://codereview.appspot.com/1113041/show
>
> Affected files:
> M src/pkg/net/unixsock.go
>
>
> Index: src/pkg/net/unixsock.go
> ===================================================================
> --- a/src/pkg/net/unixsock.go
> +++ b/src/pkg/net/unixsock.go
> @@ -278,7 +278,7 @@
> }
>
> // DialUnix connects to the remote address raddr on the network net,
> -// which must be "unix" or "unixdgram". If laddr is not nil, it is used
> +// which must be "unix" or "unixgram". If laddr is not nil, it is used
> // as the local address for the connection.
> func DialUnix(net string, laddr, raddr *UnixAddr) (c *UnixConn, err
> os.Error) {
> fd, e := unixSocket(net, laddr, raddr, "dial")
>
>
>
Issue 1113041: code review 1113041: Fix a typo in net/unixsock
Created 14 years, 10 months ago by cemeyer
Modified 14 years, 10 months ago
Reviewers:
Base URL:
Comments: 0