Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
swarm/storage: Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gbalint committed Mar 26, 2018
1 parent 424b11d commit 2329cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swarm/storage/hasherstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func (h *hasherStore) Get(ref Reference) (ChunkData, error) {
return chunkData, nil
}

// The Close() indicates that no more chunks will be put with the hasherStore, so the Wait
// Close() indicates that no more chunks will be put with the hasherStore, so the Wait
// function can return when all the previously put chunks has been stored.
func (h *hasherStore) Close() {
close(h.closed)
Expand Down

0 comments on commit 2329cfb

Please sign in to comment.