From 8ec027601b665d03409342e3c942319b7f6ccebd Mon Sep 17 00:00:00 2001 From: vasayxtx Date: Wed, 28 Oct 2020 18:24:16 +0300 Subject: [PATCH] Fix typo in comments --- internal/rpc/namenode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/rpc/namenode.go b/internal/rpc/namenode.go index 708d92d4..db9d63f9 100644 --- a/internal/rpc/namenode.go +++ b/internal/rpc/namenode.go @@ -61,7 +61,7 @@ type NamenodeConnectionOptions struct { // unless kerberos authentication is enabled, in which case it will be // determined from the provided credentials if empty. User string - // DialFunc is used to connect to the datanodes. If nil, then + // DialFunc is used to connect to the namenodes. If nil, then // (&net.Dialer{}).DialContext is used. DialFunc func(ctx context.Context, network, addr string) (net.Conn, error) // KerberosClient is used to connect to kerberized HDFS clusters. If provided,