2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 00:20:48 +00:00

repository: tweak comment for packs method

This commit is contained in:
Michael Eischer 2020-12-22 23:01:28 +01:00
parent d8d2cc6dd9
commit de99207046

View File

@ -100,8 +100,8 @@ func (mi *MasterIndex) Has(bh restic.BlobHandle) bool {
}
// Packs returns all packs that are covered by the index.
// If packBlacklist ist given, those packs are only contained in the
// resulting IDSet if they are contained in a non-final index.
// If packBlacklist is given, those packs are only contained in the
// resulting IDSet if they are contained in a non-final (newly written) index.
func (mi *MasterIndex) Packs(packBlacklist restic.IDSet) restic.IDSet {
mi.idxMutex.RLock()
defer mi.idxMutex.RUnlock()