diff options
author | Michael Pratt <mpratt@google.com> | 2020-01-21 14:23:12 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-01-21 14:47:41 -0800 |
commit | dc9989720562e5df0131986eed3e3d681616db57 (patch) | |
tree | 3b399a86d3aa57f0e5c2e54abae9907d204ca0bb /pkg/abi | |
parent | cbc0a92276b75e744511a43a9c0b78fc64946ec6 (diff) |
Add missing verb
PiperOrigin-RevId: 290821997
Diffstat (limited to 'pkg/abi')
-rw-r--r-- | pkg/abi/linux/netlink_route.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/abi/linux/netlink_route.go b/pkg/abi/linux/netlink_route.go index 3898d2314..0e3582ab6 100644 --- a/pkg/abi/linux/netlink_route.go +++ b/pkg/abi/linux/netlink_route.go @@ -190,7 +190,7 @@ const ( ARPHRD_LOOPBACK = 772 ) -// RouteMessage struct rtmsg, from uapi/linux/rtnetlink.h. +// RouteMessage is struct rtmsg, from uapi/linux/rtnetlink.h. type RouteMessage struct { Family uint8 DstLen uint8 |