LGTM Thanks! On 5 April 2011 10:41, <mikioh.mikioh@gmail.com> wrote: > Reviewers: golang-dev_googlegroups.com, > > Message: ...
13 years, 11 months ago
(2011-04-05 01:35:29 UTC)
#3
LGTM
Thanks!
On 5 April 2011 10:41, <mikioh.mikioh@gmail.com> 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 to
> https://go.googlecode.com/hg/
>
>
> Description:
> net: fix typo
>
> Please review this at http://codereview.appspot.com/4315049/
>
> Affected files:
> M src/pkg/net/hosts.go
>
>
> Index: src/pkg/net/hosts.go
> ===================================================================
> --- a/src/pkg/net/hosts.go
> +++ b/src/pkg/net/hosts.go
> @@ -59,7 +59,7 @@
> }
> }
>
> -// lookupStaticHosts looks up the addresses for the given host from
> /etc/hosts.
> +// lookupStaticHost looks up the addresses for the given host from
> /etc/hosts.
> func lookupStaticHost(host string) []string {
> hosts.Lock()
> defer hosts.Unlock()
> @@ -72,7 +72,7 @@
> return nil
> }
>
> -// rlookupStaticHosts looks up the hosts for the given address from
> /etc/hosts.
> +// lookupStaticAddr looks up the hosts for the given address from
> /etc/hosts.
> func lookupStaticAddr(addr string) []string {
> hosts.Lock()
> defer hosts.Unlock()
>
>
>
Issue 4315049: code review 4315049: net: fix typo
(Closed)
Created 13 years, 11 months ago by mikio
Modified 13 years, 11 months ago
Reviewers:
Base URL:
Comments: 0