mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 09:53:38 -04:00
Corrected a typo.
This commit is contained in:
parent
860050b507
commit
1fc29e20cc
1 changed files with 1 additions and 1 deletions
2
pkg/client/cache/fifo.go
vendored
2
pkg/client/cache/fifo.go
vendored
|
|
@ -20,7 +20,7 @@ import (
|
|||
"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
|
||||
// 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue