summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/tcpip.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-01-28 14:42:15 +0000
committergVisor bot <gvisor-bot@google.com>2021-01-28 14:42:15 +0000
commit8226803c10705473fbe5bd31865a0775c9e1f171 (patch)
treef2583a682203bc35bab3462f7d872689876ffe72 /pkg/tcpip/tcpip.go
parentd34fe8d385b0a28df5c7e6ccd8bb74c10c0c3dac (diff)
parent6012fe9b5965a2f285f2f99312e6cb7ae84b5fa8 (diff)
Merge release-20210125.0-12-g6012fe9b5 (automated)
Diffstat (limited to 'pkg/tcpip/tcpip.go')
-rw-r--r--pkg/tcpip/tcpip.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/tcpip.go b/pkg/tcpip/tcpip.go
index e70ae69ef..c023152f1 100644
--- a/pkg/tcpip/tcpip.go
+++ b/pkg/tcpip/tcpip.go
@@ -662,7 +662,7 @@ type Endpoint interface {
// connected returns nil. Calling connect again results in ErrAlreadyConnected.
// Anything else -- the attempt to connect failed.
//
- // If address.Addr is empty, this means that Enpoint has to be
+ // If address.Addr is empty, this means that Endpoint has to be
// disconnected if this is supported, otherwise
// ErrAddressFamilyNotSupported must be returned.
Connect(address FullAddress) *Error