mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
net/netip: fix various typos in comment
Change-Id: I02724dadacd9b3f23ca7e6bda581cba62ceff828 Reviewed-on: https://go-review.googlesource.com/c/go/+/361274 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Damien Neil <dneil@google.com> Trust: Damien Neil <dneil@google.com> Run-TryBot: Damien Neil <dneil@google.com> TryBot-Result: Go Bot <gobot@golang.org>
This commit is contained in:
parent
577287728a
commit
b2149ac336
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Package netip defines a IP address type that's a small value type.
|
||||
// Package netip defines an IP address type that's a small value type.
|
||||
// Building on that Addr type, the package also defines AddrPort (an
|
||||
// IP address and a port), and Prefix (an IP address and a bit length
|
||||
// prefix).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue