Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4)

Issue 4315049: code review 4315049: net: fix typo (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 11 months ago by mikio
Modified:
13 years, 11 months ago
Reviewers:
CC:
golang-dev, adg
Visibility:
Public.

Description

net: fix typo

Patch Set 1 #

Patch Set 2 : diff -r 43c09e107324 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 43c09e107324 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/pkg/net/hosts.go View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3
mikio
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 11 months ago (2011-04-05 00:41:46 UTC) #1
adg
*** Submitted as http://code.google.com/p/go/source/detail?r=7dd3a121456d *** net: fix typo R=golang-dev, adg CC=golang-dev http://codereview.appspot.com/4315049 Committer: Andrew Gerrand ...
13 years, 11 months ago (2011-04-05 01:35:19 UTC) #2
adg
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()
>
>
>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b