mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix spelling
This commit is contained in:
parent
7607888df0
commit
ff5e01599d
28 changed files with 31 additions and 31 deletions
|
|
@ -474,7 +474,7 @@ func (ip Addr) Is6() bool {
|
|||
|
||||
// Unmap returns ip with any IPv4-mapped IPv6 address prefix removed.
|
||||
//
|
||||
// That is, if ip is an IPv6 address wrapping an IPv4 adddress, it
|
||||
// That is, if ip is an IPv6 address wrapping an IPv4 address, it
|
||||
// returns the wrapped IPv4 address. Otherwise it returns ip unmodified.
|
||||
func (ip Addr) Unmap() Addr {
|
||||
if ip.Is4In6() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue