]> Cypherpunks repositories - gostls13.git/commitdiff
net/netip: fix various typos in comment
authorjiahua wang <wjh180909@gmail.com>
Thu, 4 Nov 2021 02:13:11 +0000 (10:13 +0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 4 Nov 2021 18:22:03 +0000 (18:22 +0000)
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>

src/net/netip/netip.go

index d15a4947acf5b42325b08043b70eef7e993391c8..02a4aa04525072b59fa2e0d95ce11c210f092b21 100644 (file)
@@ -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).