]> Cypherpunks repositories - gostls13.git/commitdiff
internal/nettrace: fix spelling error
authorKevin Burke <kevin@burke.dev>
Fri, 4 Feb 2022 19:27:17 +0000 (11:27 -0800)
committerKevin Burke <kevin@burke.dev>
Fri, 4 Feb 2022 20:20:02 +0000 (20:20 +0000)
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>

src/internal/nettrace/nettrace.go

index 94f38a71eeb70aeeee153dd8a17b4c08fc92f0de..6e0dbe73bbff53429de657a1cdb28392ff82e060 100644 (file)
@@ -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)