Skip to content

Commit

Permalink
ipoam: fix typos in package docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cixtor committed Jul 5, 2017
1 parent 67ed537 commit b4b8d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tester.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"golang.org/x/net/ipv6"
)

// A ControlMessage represents per packet basis probe options.
// A ControlMessage contains per packet basis probe options.
type ControlMessage struct {
ID int // ICMP echo identifier
Seq int // ICMP echo sequence number
Expand Down Expand Up @@ -50,7 +50,7 @@ func (t *Tester) IPv6PacketConn() *ipv6.PacketConn {
return t.pconn.p6
}

// Close closes the both maintenance and probe network connections.
// Close closes both the maintenance and probe network connections.
func (t *Tester) Close() error {
if t == nil || t.pconn == nil || t.mconn == nil {
return syscall.EINVAL
Expand Down

0 comments on commit b4b8d01

Please sign in to comment.