summaryrefslogtreecommitdiffstats
path: root/src/borg/algorithms/zstd/lib/compress/zstd_compress_superblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/borg/algorithms/zstd/lib/compress/zstd_compress_superblock.c')
-rw-r--r--src/borg/algorithms/zstd/lib/compress/zstd_compress_superblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/borg/algorithms/zstd/lib/compress/zstd_compress_superblock.c b/src/borg/algorithms/zstd/lib/compress/zstd_compress_superblock.c
index b693866c0..fceded125 100644
--- a/src/borg/algorithms/zstd/lib/compress/zstd_compress_superblock.c
+++ b/src/borg/algorithms/zstd/lib/compress/zstd_compress_superblock.c
@@ -304,7 +304,7 @@ ZSTD_buildSuperBlockEntropy(seqStore_t* seqStorePtr,
* before we know the table size + compressed size, so we have a bound on the
* table size. If we guessed incorrectly, we fall back to uncompressed literals.
*
- * We write the header when writeEntropy=1 and set entropyWrriten=1 when we succeeded
+ * We write the header when writeEntropy=1 and set entropyWritten=1 when we succeeded
* in writing the header, otherwise it is set to 0.
*
* hufMetadata->hType has literals block type info.