Skip to content

Commit 6e56fce

Browse files
committed
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>
1 parent 4afcc9f commit 6e56fce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/internal/nettrace/nettrace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type Trace struct {
2727
DNSStart func(name string)
2828

2929
// DNSDone is called after a DNS lookup completes (or fails).
30-
// The coalesced parameter is whether singleflight de-dupped
30+
// The coalesced parameter is whether singleflight de-duped
3131
// the call. The addrs are of type net.IPAddr but can't
3232
// actually be for circular dependency reasons.
3333
DNSDone func(netIPs []any, coalesced bool, err error)

0 commit comments

Comments
 (0)