Skip to content

Commit 99ca920

Browse files
committed
icmp: fix typo.
Change-Id: I327897f8fa06e4f65dbd32b81be80fdc438bc6e0 Reviewed-on: https://go-review.googlesource.com/18656 Reviewed-by: David Symonds <[email protected]>
1 parent 341cd08 commit 99ca920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icmp/ipv6.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
const ipv6PseudoHeaderLen = 2*net.IPv6len + 8
1414

15-
// IPv6PseudoHeader returns an IPv6 pseudo header for checkusm
15+
// IPv6PseudoHeader returns an IPv6 pseudo header for checksum
1616
// calculation.
1717
func IPv6PseudoHeader(src, dst net.IP) []byte {
1818
b := make([]byte, ipv6PseudoHeaderLen)

0 commit comments

Comments
 (0)