Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
LGTM On Thu, Mar 8, 2012 at 6:30 PM, <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/**5782063/<http://codereview.appspot.com/5782063/> > > Affected files: > M src/pkg/net/interface.go > > > Index: src/pkg/net/interface.go > ==============================**==============================**======= > --- a/src/pkg/net/interface.go > +++ b/src/pkg/net/interface.go > @@ -78,7 +78,7 @@ > return interfaceMulticastAddrTable(**ifi.Index) > } > > -// Interfaces returns a list of the systems's network interfaces. > +// Interfaces returns a list of the system's network interfaces. > func Interfaces() ([]Interface, error) { > return interfaceTable(0) > } > > >
*** Submitted as http://code.google.com/p/go/source/detail?r=b36e4e134389 *** net: fix typo R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5782063