diff --git a/cdc/kv/token_region.go b/cdc/kv/token_region.go index fa76a45265a..a9f36001a98 100644 --- a/cdc/kv/token_region.go +++ b/cdc/kv/token_region.go @@ -145,7 +145,7 @@ func (r *sizedRegionRouter) Run(ctx context.Context) error { r.lock.Lock() for id, buf := range r.buffer { available := r.sizeLimit - r.tokens[id] - // the tokens used could be more then size limit, since we have + // the tokens used could be more than size limit, since we have // a sized channel as level1 cache if available <= 0 { continue