From 3c4da130df864ee8750ecdcf1044cd7f269f7a4a Mon Sep 17 00:00:00 2001 From: yue9944882 <291271447@qq.com> Date: Fri, 2 Feb 2018 21:05:49 +0800 Subject: [PATCH] fix irregular descriptive docs Kubernetes-commit: dc2f6f9325008dbdb32acef5b1ceb80b67df0df6 --- tools/cache/fifo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cache/fifo.go b/tools/cache/fifo.go index ef70b7ac..e05c01ee 100644 --- a/tools/cache/fifo.go +++ b/tools/cache/fifo.go @@ -59,7 +59,7 @@ type Queue interface { // has since been added. AddIfNotPresent(interface{}) error - // Return true if the first batch of items has been popped + // HasSynced returns true if the first batch of items has been popped HasSynced() bool // Close queue