fix typos (work done by Andrea Gelmini)

This commit is contained in:
Thomas Waldmann
2021-01-07 18:47:23 +01:00
parent f011f639de
commit f9802d80a0
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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.