Skip to content

Commit

Permalink
Merge pull request #252 from vasayxtx/fix-typo-in-comments
Browse files Browse the repository at this point in the history
Fix typo in comments
  • Loading branch information
colinmarc authored Dec 28, 2020
2 parents 650457e + 8ec0276 commit cd06e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/rpc/namenode.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cd06e0f

Please sign in to comment.