From f6b4149b9561cb4a6e38b7a3e04f6fe88cce90d7 Mon Sep 17 00:00:00 2001 From: zhaox1n Date: Sun, 8 Mar 2020 15:16:15 +0800 Subject: [PATCH] rename word of comment --- infoschema/tables.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infoschema/tables.go b/infoschema/tables.go index c775136b1dbd1..8696fa21a7936 100755 --- a/infoschema/tables.go +++ b/infoschema/tables.go @@ -64,7 +64,7 @@ const ( // CatalogVal is the string constant of TABLE_CATALOG CatalogVal = "def" tableProfiling = "PROFILING" - // TablePartition in the string constant of infoschema table + // TablePartition is the string constant of infoschema table TablePartitions = "PARTITIONS" // TableKeyColumn is the string constant of KEY_COLUMN_USAGE TableKeyColumn = "KEY_COLUMN_USAGE"