diff --git a/go/vt/topo/keyspace.go b/go/vt/topo/keyspace.go index dc0af6e11ec..1b2977f4f0c 100755 --- a/go/vt/topo/keyspace.go +++ b/go/vt/topo/keyspace.go @@ -56,7 +56,7 @@ func (ki *KeyspaceInfo) SetKeyspaceName(name string) { var invalidKeyspaceNameChars = "/" -// ValidateKeyspaceNames checks if the provided name is a valid name for a +// ValidateKeyspaceName checks if the provided name is a valid name for a // keyspace. // // As of v17, "all invalid characters" is just the forward slash ("/").