Signed-off-by: Andrew Mason <amason@slack-corp.com>
This commit is contained in:
Andrew Mason 2021-09-21 06:52:13 -04:00
Родитель 76db205e66
Коммит 41354f07f9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -226,7 +226,7 @@ func MysqlAddr(tablet *topodatapb.Tablet) string {
return netutil.JoinHostPort(tablet.MysqlHostname, tablet.MysqlPort)
}
// MySQLIP returns the MySQL server's IP by resolvign the host name.
// MySQLIP returns the MySQL server's IP by resolving the hostname.
func MySQLIP(tablet *topodatapb.Tablet) (string, error) {
ipAddrs, err := net.LookupHost(tablet.MysqlHostname)
if err != nil {