mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-02 01:39:02 +00:00
Merge pull request #799 from sborman/master
Corrected a typo in comment.
This commit is contained in:
2
pkg/client/cache/fifo.go
vendored
2
pkg/client/cache/fifo.go
vendored
@@ -20,7 +20,7 @@ import (
|
|||||||
"sync"
|
"sync"
|
||||||
)
|
)
|
||||||
|
|
||||||
// FIFO recieves adds and updates from a Reflector, and puts them in a queue for
|
// FIFO receives adds and updates from a Reflector, and puts them in a queue for
|
||||||
// FIFO order processing. If multiple adds/updates of a single item happen while
|
// FIFO order processing. If multiple adds/updates of a single item happen while
|
||||||
// an item is in the queue before it has been processed, it will only be
|
// an item is in the queue before it has been processed, it will only be
|
||||||
// processed once, and when it is processed, the most recent version will be
|
// processed once, and when it is processed, the most recent version will be
|
||||||
|
Reference in New Issue
Block a user