chore: fix function names in comment (#7117)

Signed-off-by: loselarry <bikangning@yeah.net>
This commit is contained in:
loselarry 2024-04-20 04:48:36 +08:00 committed by GitHub
parent 5fe2e74bf4
commit 34c76758b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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.
//