Unverified Commit 86c20682 authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #14 from dahefanteng/ipfs/fix/typo

Fix typo: Change 'should not' to 'should'
parents 1658ac8b 2c327f3f
...@@ -66,7 +66,7 @@ type GCLocker interface { ...@@ -66,7 +66,7 @@ type GCLocker interface {
// PinLock locks the blockstore for sequences of puts expected to finish // PinLock locks the blockstore for sequences of puts expected to finish
// with a pin (before GC). Multiple put->pin sequences can write through // 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. // Reading during Pinning is safe, and requires no lock.
PinLock() Unlocker PinLock() Unlocker
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment