fixed wrong function name in comment

This commit is contained in:
Yann Collet
2017-07-03 15:21:24 -07:00
parent 2485f88bf8
commit 5a77361595
2 changed files with 2 additions and 15 deletions
+1
View File
@@ -627,6 +627,7 @@ static size_t ZSTD_continueCCtx(ZSTD_CCtx* cctx, ZSTD_parameters params, U64 ple
}
typedef enum { ZSTDcrp_continue, ZSTDcrp_noMemset } ZSTD_compResetPolicy_e;
typedef enum { ZSTDb_not_buffered, ZSTDb_buffered } ZSTD_buffered_policy_e;
/*! ZSTD_resetCCtx_internal() :
note : `params` are assumed fully validated at this stage */