]> Cypherpunks repositories - gostls13.git/commitdiff
net: fix typo
authorMikio Hara <mikioh.mikioh@gmail.com>
Fri, 9 Mar 2012 02:50:38 +0000 (11:50 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Fri, 9 Mar 2012 02:50:38 +0000 (11:50 +0900)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5782063

src/pkg/net/interface.go

index f25d046c171ea1bb4b512230b2a922726f3540b1..ee23570a96da6ddd445960a4a44198fd0cc2c76a 100644 (file)
@@ -78,7 +78,7 @@ func (ifi *Interface) MulticastAddrs() ([]Addr, error) {
        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)
 }