Browse Source

typo: supercede

tags/1.7.0
Viktor Szépe 6 years ago
parent
commit
6ca56ad823
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      contrib/zstd/zstd.h

+ 1
- 1
contrib/zstd/zstd.h View File

@@ -1071,7 +1071,7 @@ ZSTDLIB_API size_t ZSTD_CCtx_loadDictionary_advanced(ZSTD_CCtx* cctx, const void
/*! ZSTD_CCtx_refCDict() :
* Reference a prepared dictionary, to be used for all next compression jobs.
* Note that compression parameters are enforced from within CDict,
* and supercede any compression parameter previously set within CCtx.
* and supersede any compression parameter previously set within CCtx.
* The dictionary will remain valid for future compression jobs using same CCtx.
* @result : 0, or an error code (which can be tested with ZSTD_isError()).
* Special : adding a NULL CDict means "return to no-dictionary mode".

Loading…
Cancel
Save