all: standardize on PeerAPI

Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
Maisem Ali
2022-11-16 22:38:38 +05:00
committed by Maisem Ali
parent 1b56acf513
commit 22238d897b
4 changed files with 8 additions and 8 deletions

View File

@@ -341,7 +341,7 @@ func (d *Dialer) dialPeerAPI(ctx context.Context, network, addr string) (net.Con
}
// getPeerDialer returns the *net.Dialer to use to dial peers to use
// peer API.
// PeerAPI.
//
// This is not used in netstack mode.
//