Commit 33a678b0 authored by Nex's avatar Nex

Fix typo in sync/sync.go

parent 799f546c
...@@ -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