Merge pull request #6519 from markturansky/typo_fix

Fixed typo
pull/6/head
Vish Kannan 2015-04-07 12:15:56 -07:00
commit 5ced09a06f
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ func NewDeltaFIFO(keyFunc KeyFunc, compressor DeltaCompressor, knownObjectKeys K
// DeltaFIFO is like FIFO, but allows you to process deletes.
//
// DeltaFIFO is a producer-consumer queue, where a Reflector is
// indended to be the producer, and the consumer is whatever calls
// intended to be the producer, and the consumer is whatever calls
// the Pop() method.
//
// DeltaFIFO solves this use case: