mirror of
https://github.com/restic/restic.git
synced 2025-11-16 09:13:15 +00:00
Adjust comments to match name of exported methods
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user