From b5370b040656d26963f7c97d9e8464e52ea867d7 Mon Sep 17 00:00:00 2001 From: Taeho Nam Date: Thu, 28 Apr 2022 13:32:45 +0900 Subject: [PATCH] Fix comment for metadata/db.go Fix comment Signed-off-by: Taeho Nam --- metadata/db.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/db.go b/metadata/db.go index 2d9cbf31a..900b84357 100644 --- a/metadata/db.go +++ b/metadata/db.go @@ -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 {