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

Fix typo: Change 'should not' to 'should' #14

Merged
merged 1 commit into from
Aug 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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