diff options
Diffstat (limited to 'src/pkg/syscall/route_dragonfly.go')
-rw-r--r-- | src/pkg/syscall/route_dragonfly.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/syscall/route_dragonfly.go b/src/pkg/syscall/route_dragonfly.go index acad7a2be..79190d2b0 100644 --- a/src/pkg/syscall/route_dragonfly.go +++ b/src/pkg/syscall/route_dragonfly.go @@ -30,7 +30,7 @@ func (any *anyMessage) toRoutingMessage(b []byte) RoutingMessage { } // InterfaceAnnounceMessage represents a routing message containing -// network interface arrival and depature information. +// network interface arrival and departure information. type InterfaceAnnounceMessage struct { Header IfAnnounceMsghdr } |