diff --git a/pkg/server/sotw/v3/watches.go b/pkg/server/sotw/v3/watches.go index f22fb57bf7..45670d6a91 100644 --- a/pkg/server/sotw/v3/watches.go +++ b/pkg/server/sotw/v3/watches.go @@ -13,7 +13,7 @@ import ( type watches struct { responders map[string]*watch - // indexes is a list of indexes for each dynamic select case which match to a watch + // cases is a dynamic select case for the watched channels. cases []reflect.SelectCase }