fix comment typos

Signed-off-by: bin liu <liubin0329@gmail.com>
This commit is contained in:
bin liu
2023-09-28 17:48:21 +08:00
parent 3fc1216dc3
commit dca71db976
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ type blobStore struct {
var _ distribution.BlobProvider = &blobStore{}
// Get implements the BlobReadService.Get call.
// Get implements the BlobProvider.Get call.
func (bs *blobStore) Get(ctx context.Context, dgst digest.Digest) ([]byte, error) {
bp, err := bs.path(dgst)
if err != nil {