From 98374d2327075bbf82e3a9775782b63d5861a012 Mon Sep 17 00:00:00 2001 From: Matt Lord Date: Thu, 2 May 2024 09:01:37 -0400 Subject: [PATCH] Further comment improvement (nitting myself to deth, send halp) Signed-off-by: Matt Lord --- go/vt/vttablet/tabletserver/vstreamer/planbuilder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/vt/vttablet/tabletserver/vstreamer/planbuilder.go b/go/vt/vttablet/tabletserver/vstreamer/planbuilder.go index cec07be2ff2..2c768d7d3c6 100644 --- a/go/vt/vttablet/tabletserver/vstreamer/planbuilder.go +++ b/go/vt/vttablet/tabletserver/vstreamer/planbuilder.go @@ -60,7 +60,7 @@ type Plan struct { // Convert any integer values seen in the binlog events for ENUM or SET // columns to the string values. The map is keyed on the column number, with - // the value being the map of integer values to string values. + // the value being the map of ordinal values to string values. EnumSetValuesMap map[int](map[int]string) env *vtenv.Environment