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/tcpip/header | |
parent | 5c8db0a81882f009935cc6dd45cec47d5c38b267 (diff) |
Fix misspellings.
PiperOrigin-RevId: 195307689
Change-Id: I499f19af49875a43214797d63376f20ae788d2f4
Diffstat (limited to 'pkg/tcpip/header')
-rw-r--r-- | pkg/tcpip/header/ipv6.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/header/ipv6.go b/pkg/tcpip/header/ipv6.go index d8dc138b3..da0210539 100644 --- a/pkg/tcpip/header/ipv6.go +++ b/pkg/tcpip/header/ipv6.go @@ -60,7 +60,7 @@ const ( // IPv6ProtocolNumber is IPv6's network protocol number. IPv6ProtocolNumber tcpip.NetworkProtocolNumber = 0x86dd - // IPv6Version is the version of the ipv6 procotol. + // IPv6Version is the version of the ipv6 protocol. IPv6Version = 6 // IPv6MinimumMTU is the minimum MTU required by IPv6, per RFC 2460, |