Commit 26fa1c82 authored by Mikio Hara's avatar Mikio Hara

net: fix typo

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5782063
parent 08a5d739
......@@ -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)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment