diff options
Diffstat (limited to 'module/zstd/README.md')
-rw-r--r-- | module/zstd/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zstd/README.md b/module/zstd/README.md index f8e127736..eed229e2f 100644 --- a/module/zstd/README.md +++ b/module/zstd/README.md @@ -10,7 +10,7 @@ library, besides upgrading to a newer ZSTD release. Tree structure: * `zfs_zstd.c` is the actual `zzstd` kernel module. -* `lib/` contains the the unmodified, [_"amalgamated"_](https://github.com/facebook/zstd/blob/dev/contrib/single_file_libs/README.md) +* `lib/` contains the unmodified, [_"amalgamated"_](https://github.com/facebook/zstd/blob/dev/contrib/single_file_libs/README.md) version of the `Zstandard` library, generated from our template file * `zstd-in.c` is our template file for generating the library * `include/`: This directory contains supplemental includes for platform |