]> Cypherpunks repositories - gostls13.git/commit
net/netip: fix type name in z0, z4, z6noz comment
authorTobias Klauser <tklauser@distanz.ch>
Tue, 17 May 2022 22:08:49 +0000 (00:08 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 17 May 2022 22:51:38 +0000 (22:51 +0000)
commit3483ce0a28ebfe287416889e87a51dd3636223aa
treee180f694a307ab65ab82a0c81dec5f5c2ecd8f24
parent6382c39e15ce68996a3848ad6f0ca15570e35ff5
net/netip: fix type name in z0, z4, z6noz comment

This was copied from the respective comment in package inet.af/netaddr
where the type is named IP. In net/netip the type is named Addr. Adjust
the comment accordingly.

Change-Id: Ib2d1667e6b8f474b3589dea0b37d5e05e58f2e05
Reviewed-on: https://go-review.googlesource.com/c/go/+/406755
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/net/netip/netip.go