From 3d915580ceb27b5bd958aecb18cb131a6cfacd5a Mon Sep 17 00:00:00 2001 From: xichengliudui Date: Fri, 25 Jan 2019 13:59:29 -0500 Subject: [PATCH] Wrong code comment Signed-off-by: xichengliudui --- go/vt/mysqlctl/mysqld.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/vt/mysqlctl/mysqld.go b/go/vt/mysqlctl/mysqld.go index 03a3b10eea4..713e1679a7b 100644 --- a/go/vt/mysqlctl/mysqld.go +++ b/go/vt/mysqlctl/mysqld.go @@ -210,7 +210,7 @@ func (mysqld *Mysqld) startNoWait(ctx context.Context, cnf *Mycnf, mysqldArgs .. name, err = binaryPath(dir, "mysqld_safe") if err != nil { // The movement to use systemd means that mysqld_safe is not always provided. - // This should not be considered an issue do do not generate a warning. + // This should not be considered an issue do not generate a warning. log.Infof("%v: trying to launch mysqld instead", err) name, err = binaryPath(dir, "mysqld") // If this also fails, return an error.