From 08bfcfc1260ab82a1d4ee24436295e7f680c3fee Mon Sep 17 00:00:00 2001 From: amyangfei Date: Wed, 13 Oct 2021 15:35:37 +0800 Subject: [PATCH] typo fix --- cdc/kv/token_region.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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