Skip to content

Commit

Permalink
Merge pull request cri-o#7829 from harche/typo_fix
Browse files Browse the repository at this point in the history
fix a minor typo in the comment of pullImageImplementation
  • Loading branch information
openshift-merge-bot[bot] committed Mar 1, 2024
2 parents 9975449 + ae00cdf commit 06fd470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/storage/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ func (svc *imageService) PullImage(imageName RegistryImageReference, options *Im
}

// pullImageImplementation is called in PullImage, both directly and inside pullImageChild.
// NOTE: That imeans this code can run in a separate process, and it should not access any CRI-O global state.
// NOTE: That means this code can run in a separate process, and it should not access any CRI-O global state.
//
// It returns a c/storage ImageReference for the destination.
func pullImageImplementation(ctx context.Context, lookup *imageLookupService, store storage.Store, imageName RegistryImageReference, options *ImageCopyOptions) (types.ImageReference, error) {
Expand Down

0 comments on commit 06fd470

Please sign in to comment.