From 11baccbc460d0a4cd086ba07398ef58b53fc8120 Mon Sep 17 00:00:00 2001 From: xiaoxiangxianzi <164908047+xiaoxiangxianzi@users.noreply.github.com> Date: Thu, 28 Mar 2024 21:42:45 +0800 Subject: [PATCH] chore: fix typo in comment (#508) Signed-off-by: xiaoxiangxianzi --- pooling/pooling.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pooling/pooling.go b/pooling/pooling.go index e8602357..58254112 100644 --- a/pooling/pooling.go +++ b/pooling/pooling.go @@ -119,7 +119,7 @@ func (p *Pool) Roll() { } } -// Pub puts wayback requests to the resource pool +// Put puts wayback requests to the resource pool func (p *Pool) Put(b Bucket) { // Inserts a new bucket at the front of queue. p.mutex.Lock()