summaryrefslogtreecommitdiff
path: root/libgo/go/syscall/route_dragonfly.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/syscall/route_dragonfly.go')
-rw-r--r--libgo/go/syscall/route_dragonfly.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/syscall/route_dragonfly.go b/libgo/go/syscall/route_dragonfly.go
index acad7a2be8..79190d2b01 100644
--- a/libgo/go/syscall/route_dragonfly.go
+++ b/libgo/go/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
}