Adjust comments to match name of exported methods

This commit is contained in:
Michael Eischer
2020-07-28 22:24:43 +02:00
parent dc31529fc3
commit d0329cf3eb
4 changed files with 5 additions and 3 deletions

View File

@@ -134,7 +134,7 @@ func (mi *MasterIndex) Insert(idx *Index) {
mi.idx = append(mi.idx, idx)
}
// Store remembers the id and pack in the index.
// StorePack remembers the id and pack in the index.
func (mi *MasterIndex) StorePack(id restic.ID, blobs []restic.Blob) {
mi.idxMutex.Lock()
defer mi.idxMutex.Unlock()