fix typo to make go report more happy

Signed-off-by: Xianglin Gao <xlgao@zju.edu.cn>
This commit is contained in:
Xianglin Gao 2017-01-04 14:24:11 +08:00
parent c0e3c08a17
commit ab4a408b66

View file

@ -64,7 +64,7 @@ func (c *memoryStore) First(filter StoreFilter) *Container {
} }
// ApplyAll calls the reducer function with every container in the store. // ApplyAll calls the reducer function with every container in the store.
// This operation is asyncronous in the memory store. // This operation is asynchronous in the memory store.
// NOTE: Modifications to the store MUST NOT be done by the StoreReducer. // NOTE: Modifications to the store MUST NOT be done by the StoreReducer.
func (c *memoryStore) ApplyAll(apply StoreReducer) { func (c *memoryStore) ApplyAll(apply StoreReducer) {
wg := new(sync.WaitGroup) wg := new(sync.WaitGroup)