mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-04 20:47:36 +03:00
internal/nettrace: fix spelling error
Change-Id: Ibf51c0687197c0d791916b21cba7f8408aa5300a Reviewed-on: https://go-review.googlesource.com/c/go/+/383216 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Trust: Kevin Burke <kevin@burke.dev>
This commit is contained in:
parent
0370b896d1
commit
a8d69bd264
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ type Trace struct {
|
|||
DNSStart func(name string)
|
||||
|
||||
// DNSDone is called after a DNS lookup completes (or fails).
|
||||
// The coalesced parameter is whether singleflight de-dupped
|
||||
// The coalesced parameter is whether singleflight de-duped
|
||||
// the call. The addrs are of type net.IPAddr but can't
|
||||
// actually be for circular dependency reasons.
|
||||
DNSDone func(netIPs []any, coalesced bool, err error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue