mirror of
https://github.com/distribution/distribution.git
synced 2025-09-19 09:44:30 +00:00
Merge pull request #4080 from liubin/fix/comment-typos
fix comment typos
This commit is contained in:
@@ -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 {
|
||||
|
@@ -36,7 +36,7 @@ type linkedBlobStore struct {
|
||||
// linkPath allows one to control the repository blob link set to which
|
||||
// the blob store dispatches. This is required because manifest and layer
|
||||
// blobs have not yet been fully merged. At some point, this functionality
|
||||
// should be removed an the blob links folder should be merged.
|
||||
// should be removed and the blob links folder should be merged.
|
||||
linkPath linkPathFunc
|
||||
|
||||
// linkDirectoryPathSpec locates the root directories in which one might find links
|
||||
|
Reference in New Issue
Block a user