Skip to content

Commit

Permalink
chore: fix function names in comment (#7117)
Browse files Browse the repository at this point in the history
Signed-off-by: loselarry <bikangning@yeah.net>
  • Loading branch information
loselarry committed Apr 19, 2024
1 parent 5fe2e74 commit 34c7675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default_dial_option_server_option_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (s) TestJoinDialOption(t *testing.T) {
}
}

// TestJoinDialOption tests the join server option. It configures a joined
// TestJoinServerOption tests the join server option. It configures a joined
// server option with three individual server options, and verifies that all
// three are successfully applied.
func (s) TestJoinServerOption(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion dialoptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ func defaultDialOptions() dialOptions {
}
}

// withGetMinConnectDeadline specifies the function that clientconn uses to
// withMinConnectDeadline specifies the function that clientconn uses to
// get minConnectDeadline. This can be used to make connection attempts happen
// faster/slower.
//
Expand Down

0 comments on commit 34c7675

Please sign in to comment.