Skip to content

Commit

Permalink
netstack: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitri Papadopoulos Orfanos <[email protected]>
Signed-off-by: Jason A. Donenfeld <[email protected]>
  • Loading branch information
DimitriPapadopoulos authored and zx2c4 committed Jul 4, 2023
1 parent 6e755e1 commit 469159e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tun/netstack/tun.go
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ func (tnet *Net) LookupContextHost(ctx context.Context, host string) ([]string,
}
}
}
// We don't do RFC6724. Instead just put V6 addresess first if an IPv6 address is enabled
// We don't do RFC6724. Instead just put V6 addresses first if an IPv6 address is enabled
var addrs []netip.Addr
if tnet.hasV6 {
addrs = append(addrsV6, addrsV4...)
Expand Down

0 comments on commit 469159e

Please sign in to comment.