fix irregular descriptive docs

Kubernetes-commit: dc2f6f9325008dbdb32acef5b1ceb80b67df0df6
This commit is contained in:
yue9944882 2018-02-02 21:05:49 +08:00 committed by Kubernetes Publisher
parent 059133e3e3
commit 3c4da130df

2
tools/cache/fifo.go vendored
View File

@ -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