Skip to content

Commit 469159e

Browse files
DimitriPapadopouloszx2c4
authored andcommitted
netstack: fix typo
Signed-off-by: Dimitri Papadopoulos Orfanos <[email protected]> Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent 6e755e1 commit 469159e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tun/netstack/tun.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ func (tnet *Net) LookupContextHost(ctx context.Context, host string) ([]string,
912912
}
913913
}
914914
}
915-
// We don't do RFC6724. Instead just put V6 addresess first if an IPv6 address is enabled
915+
// We don't do RFC6724. Instead just put V6 addresses first if an IPv6 address is enabled
916916
var addrs []netip.Addr
917917
if tnet.hasV6 {
918918
addrs = append(addrsV6, addrsV4...)

0 commit comments

Comments
 (0)