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