Unverified Commit ee9df022 authored by Hector Sanjuan's avatar Hector Sanjuan Committed by GitHub

Merge pull request #159 from BDWare/upstream-typo

Fix typo in sync/sync.go
parents a0418978 33a678b0
...@@ -7,7 +7,7 @@ import ( ...@@ -7,7 +7,7 @@ import (
dsq "github.com/ipfs/go-datastore/query" dsq "github.com/ipfs/go-datastore/query"
) )
// MutexDatastore contains a child datastire and a mutex. // MutexDatastore contains a child datastore and a mutex.
// used for coarse sync // used for coarse sync
type MutexDatastore struct { type MutexDatastore struct {
sync.RWMutex sync.RWMutex
......
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