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
@@ -503,7 +503,7 @@ MEM_STATIC void ZSTD_cwksp_free(ZSTD_cwksp* ws, ZSTD_customMem customMem) {
/**
* Moves the management of a workspace from one cwksp to another. The src cwksp
* is left in an invalid state (src must be re-init()'ed before its used again).
* is left in an invalid state (src must be re-init()'ed before it's used again).
*/
MEM_STATIC void ZSTD_cwksp_move(ZSTD_cwksp* dst, ZSTD_cwksp* src) {
*dst = *src;