diff options
author | Cyrille Hemidy <cyrille.hemidy@gmail.com> | 2018-05-03 14:05:25 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-05-03 14:06:13 -0700 |
commit | 04b79137babed361fb227e3ad579adb2df4bb188 (patch) | |
tree | 883f16f8e572d6e160bbb3faab1c0f5d2d4858e1 /pkg/sentry/socket/rpcinet | |
parent | 5c8db0a81882f009935cc6dd45cec47d5c38b267 (diff) |
Fix misspellings.
PiperOrigin-RevId: 195307689
Change-Id: I499f19af49875a43214797d63376f20ae788d2f4
Diffstat (limited to 'pkg/sentry/socket/rpcinet')
-rw-r--r-- | pkg/sentry/socket/rpcinet/socket.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/socket/rpcinet/socket.go b/pkg/sentry/socket/rpcinet/socket.go index 15047df01..2911d3fd6 100644 --- a/pkg/sentry/socket/rpcinet/socket.go +++ b/pkg/sentry/socket/rpcinet/socket.go @@ -530,7 +530,7 @@ func (p *socketProvider) Socket(t *kernel.Task, stypeflags unix.SockType, protoc // Only accept TCP and UDP. // // Try to restrict the flags we will accept to minimize backwards - // incompatability with netstack. + // incompatibility with netstack. stype := int(stypeflags) & linux.SOCK_TYPE_MASK switch stype { case syscall.SOCK_STREAM: |