summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-02-19 19:42:52 +0000
committergVisor bot <gvisor-bot@google.com>2020-02-19 19:42:52 +0000
commit39d88c004a27a5eb52293cc82aa67f60b36a99e9 (patch)
treed663c42294d94822e6ab0e6b0f151db4695bf1b0 /pkg/tcpip/stack
parentf250f2106041c359d347a5ae3a93df0d43f603aa (diff)
parentdbf37bf8b4e1e6f888f98e81b17f383dfbeca296 (diff)
Merge release-20200211.0-42-gdbf37bf (automated)
Diffstat (limited to 'pkg/tcpip/stack')
-rw-r--r--pkg/tcpip/stack/registration.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/stack/registration.go b/pkg/tcpip/stack/registration.go
index ec91f60dd..d83adf0ec 100644
--- a/pkg/tcpip/stack/registration.go
+++ b/pkg/tcpip/stack/registration.go
@@ -277,7 +277,7 @@ type NetworkProtocol interface {
// DefaultPrefixLen returns the protocol's default prefix length.
DefaultPrefixLen() int
- // ParsePorts returns the source and destination addresses stored in a
+ // ParseAddresses returns the source and destination addresses stored in a
// packet of this protocol.
ParseAddresses(v buffer.View) (src, dst tcpip.Address)