mirror of https://github.com/grpc/grpc-go.git
chore: fix function names in comment (#7117)
Signed-off-by: loselarry <bikangning@yeah.net>
This commit is contained in:
parent
5fe2e74bf4
commit
34c76758b1
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in New Issue