From: Kevin Burke Date: Fri, 4 Feb 2022 19:27:17 +0000 (-0800) Subject: internal/nettrace: fix spelling error X-Git-Tag: go1.18rc1~105 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6e56fcedfb6338e0a75dadef190a1c342e837cf4;p=gostls13.git internal/nettrace: fix spelling error Change-Id: Ibf51c0687197c0d791916b21cba7f8408aa5300a Reviewed-on: https://go-review.googlesource.com/c/go/+/383216 Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor TryBot-Result: Gopher Robot Trust: Kevin Burke --- diff --git a/src/internal/nettrace/nettrace.go b/src/internal/nettrace/nettrace.go index 94f38a71ee..6e0dbe73bb 100644 --- a/src/internal/nettrace/nettrace.go +++ b/src/internal/nettrace/nettrace.go @@ -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)