net/dns/resolver: fix the subject in a func comment

Change-Id: I519268c20dbd2c2da92da565839d3c1c84612dcc
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
pull/3594/head
Brad Fitzpatrick 2 years ago
parent 3dedcd1640
commit c7052154d5

@ -576,8 +576,8 @@ func (f *forwarder) forward(query packet) error {
return f.forwardWithDestChan(ctx, query, f.responses)
}
// forward forwards the query to all upstream nameservers and waits
// for the first response.
// forwardWithDestChan forwards the query to all upstream nameservers
// and waits for the first response.
//
// It either sends to responseChan and returns nil, or returns a
// non-nil error (without sending to the channel).

Loading…
Cancel
Save