Skip to content

Commit

Permalink
Fix comment on WithEstargzOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmoor committed Dec 17, 2020
1 parent e8e061c commit 1b79b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/v1/tarball/layer.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func WithCompressedCaching(l *layer) {
}
}

// WithEstargzOption is a functional option that allow the caller to pass
// WithEstargzOptions is a functional option that allow the caller to pass
// through estargz.Options to the underlying compression layer. This is
// only meaningful when estargz is enabled.
func WithEstargzOptions(opts ...estargz.Option) LayerOption {
Expand Down

0 comments on commit 1b79b13

Please sign in to comment.