Merge pull request #6871 from baek9/patch-1

Fix comment for metadata/db.go
This commit is contained in:
Derek McGowan
2022-04-28 11:45:43 -07:00
committed by GitHub

View File

@@ -215,8 +215,8 @@ func (m *DB) ContentStore() content.Store {
return m.cs
}
// Snapshotter returns a namespaced content store for
// the requested snapshotter name proxied to a snapshotter.
// Snapshotter returns a snapshotter for the requested snapshotter name
// proxied to a snapshotter.
func (m *DB) Snapshotter(name string) snapshots.Snapshotter {
sn, ok := m.ss[name]
if !ok {