Fix mis-named comment.

This commit is contained in:
Kevin Krakauer 2020-02-18 21:20:41 -08:00
parent 8dae8a10f0
commit 92d2d78876
1 changed files with 1 additions and 1 deletions

View File

@ -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)