Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #14 from dahefanteng/ipfs/fix/typo
Browse files Browse the repository at this point in the history
Fix typo: Change 'should not' to 'should'
  • Loading branch information
Stebalien authored Aug 28, 2018
2 parents 1658ac8 + 2c327f3 commit 86c2068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type GCLocker interface {

// PinLock locks the blockstore for sequences of puts expected to finish
// with a pin (before GC). Multiple put->pin sequences can write through
// at the same time, but no GC should not happen simulatenously.
// at the same time, but no GC should happen simulatenously.
// Reading during Pinning is safe, and requires no lock.
PinLock() Unlocker

Expand Down

0 comments on commit 86c2068

Please sign in to comment.