Fix comment for metadata/db.go
Fix comment Signed-off-by: Taeho Nam <thn7440@gmail.com>
This commit is contained in:
		| @@ -215,8 +215,8 @@ func (m *DB) ContentStore() content.Store { | |||||||
| 	return m.cs | 	return m.cs | ||||||
| } | } | ||||||
|  |  | ||||||
| // Snapshotter returns a namespaced content store for | // Snapshotter returns a snapshotter for the requested snapshotter name | ||||||
| // the requested snapshotter name proxied to a snapshotter. | // proxied to a snapshotter. | ||||||
| func (m *DB) Snapshotter(name string) snapshots.Snapshotter { | func (m *DB) Snapshotter(name string) snapshots.Snapshotter { | ||||||
| 	sn, ok := m.ss[name] | 	sn, ok := m.ss[name] | ||||||
| 	if !ok { | 	if !ok { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Taeho Nam
					Taeho Nam