summaryrefslogtreecommitdiff
path: root/vendor/github.com/containerd/stargz-snapshotter/estargz/estargz.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-01-28 06:24:01 -0500
committerMatthew Heon <matthew.heon@pm.me>2022-02-03 14:45:29 -0500
commit178cccbf9eaab103460694c37f16e6e40773866a (patch)
tree4ed5d7bc1b68afa86b8689db54a7e7e5e5c21068 /vendor/github.com/containerd/stargz-snapshotter/estargz/estargz.go
parent97c8bdfebecb699142c1dd4134250227faed2574 (diff)
downloadpodman-178cccbf9eaab103460694c37f16e6e40773866a.tar.gz
podman-178cccbf9eaab103460694c37f16e6e40773866a.tar.bz2
podman-178cccbf9eaab103460694c37f16e6e40773866a.zip
Fix use of infra image to clarify default
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor/github.com/containerd/stargz-snapshotter/estargz/estargz.go')
-rw-r--r--vendor/github.com/containerd/stargz-snapshotter/estargz/estargz.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/containerd/stargz-snapshotter/estargz/estargz.go b/vendor/github.com/containerd/stargz-snapshotter/estargz/estargz.go
index e56319545..2c36e89b4 100644
--- a/vendor/github.com/containerd/stargz-snapshotter/estargz/estargz.go
+++ b/vendor/github.com/containerd/stargz-snapshotter/estargz/estargz.go
@@ -107,7 +107,7 @@ type Telemetry struct {
}
// Open opens a stargz file for reading.
-// The behaviour is configurable using options.
+// The behavior is configurable using options.
//
// Note that each entry name is normalized as the path that is relative to root.
func Open(sr *io.SectionReader, opt ...OpenOption) (*Reader, error) {