Skip to content

Commit 2cf9b49

Browse files
committed
fixed typo in comment
1 parent b05c9dd commit 2cf9b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func portInUse(hostPort string) bool {
120120
}
121121

122122
func getPortOrDefault(cfg mysql.ListenerConfig) int64 {
123-
// TODO read this values from systemVars
123+
// TODO read this value from systemVars
124124
defaultPort := int64(3606)
125125
_, port, err := net.SplitHostPort(cfg.Listener.Addr().String())
126126
if err != nil {

0 commit comments

Comments
 (0)