mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix a few typos
This commit is contained in:
@@ -162,7 +162,7 @@ func (p *Protocol) getLink(ctx context.Context, s *netlink.Socket, msg *nlmsg.Me
|
||||
return nil
|
||||
}
|
||||
|
||||
// newLink handles RTM_NEWLINK reqeusts.
|
||||
// newLink handles RTM_NEWLINK requests.
|
||||
func (p *Protocol) newLink(ctx context.Context, s *netlink.Socket, msg *nlmsg.Message, ms *nlmsg.MessageSet) *syserr.Error {
|
||||
stack := s.Stack()
|
||||
if stack == nil {
|
||||
|
||||
Reference in New Issue
Block a user