summaryrefslogtreecommitdiff
path: root/vendor/github.com/klauspost/compress/zstd/blockdec.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-12-23 17:04:40 +0100
committerGitHub <noreply@github.com>2020-12-23 17:04:40 +0100
commit8544bb57fe5e9222509827a7f5aa648516b9cd98 (patch)
tree2dcda2b058ca07b180ea1f017933c57dca033af8 /vendor/github.com/klauspost/compress/zstd/blockdec.go
parent0778c114d3001bdd4f40fe46283457481d983b64 (diff)
parent057faea5c185d24cda40d310b0a80763ee46f4cc (diff)
downloadpodman-8544bb57fe5e9222509827a7f5aa648516b9cd98.tar.gz
podman-8544bb57fe5e9222509827a7f5aa648516b9cd98.tar.bz2
podman-8544bb57fe5e9222509827a7f5aa648516b9cd98.zip
Merge pull request #8813 from containers/dependabot/go_modules/github.com/containers/storage-1.24.4
Bump github.com/containers/storage from 1.24.3 to 1.24.4
Diffstat (limited to 'vendor/github.com/klauspost/compress/zstd/blockdec.go')
-rw-r--r--vendor/github.com/klauspost/compress/zstd/blockdec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/klauspost/compress/zstd/blockdec.go b/vendor/github.com/klauspost/compress/zstd/blockdec.go
index 4733ea876..b51d922bd 100644
--- a/vendor/github.com/klauspost/compress/zstd/blockdec.go
+++ b/vendor/github.com/klauspost/compress/zstd/blockdec.go
@@ -613,7 +613,7 @@ func (b *blockDec) decodeCompressed(hist *history) error {
// Decode treeless literal block.
if litType == literalsBlockTreeless {
// TODO: We could send the history early WITHOUT the stream history.
- // This would allow decoding treeless literials before the byte history is available.
+ // This would allow decoding treeless literals before the byte history is available.
// Silencia stats: Treeless 4393, with: 32775, total: 37168, 11% treeless.
// So not much obvious gain here.