summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/route_openbsd.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/syscall/route_openbsd.go')
-rw-r--r--src/pkg/syscall/route_openbsd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/syscall/route_openbsd.go b/src/pkg/syscall/route_openbsd.go
index 223c15779..19f902db7 100644
--- a/src/pkg/syscall/route_openbsd.go
+++ b/src/pkg/syscall/route_openbsd.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
}