Skip to content

Commit 5c14b68

Browse files
Saru2003Jonathan Corbet
authored andcommitted
Documentation: zram: fix dictionary spelling
Fixes a typo in the ZRAM documentation where 'dictioary' was misspelled. Corrected it to 'dictionary' in the example usage of 'algorithm_params'. Signed-off-by: Sarveshwaar SS <[email protected]> Reviewed-by: Sergey Senozhatsky <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent b76d324 commit 5c14b68

File tree

1 file changed

+3
-3
lines changed
  • Documentation/admin-guide/blockdev

1 file changed

+3
-3
lines changed

Documentation/admin-guide/blockdev/zram.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,14 @@ compression algorithm to use external pre-trained dictionary, pass full
121121
path to the `dict` along with other parameters::
122122

123123
#pass path to pre-trained zstd dictionary
124-
echo "algo=zstd dict=/etc/dictioary" > /sys/block/zram0/algorithm_params
124+
echo "algo=zstd dict=/etc/dictionary" > /sys/block/zram0/algorithm_params
125125

126126
#same, but using algorithm priority
127-
echo "priority=1 dict=/etc/dictioary" > \
127+
echo "priority=1 dict=/etc/dictionary" > \
128128
/sys/block/zram0/algorithm_params
129129

130130
#pass path to pre-trained zstd dictionary and compression level
131-
echo "algo=zstd level=8 dict=/etc/dictioary" > \
131+
echo "algo=zstd level=8 dict=/etc/dictionary" > \
132132
/sys/block/zram0/algorithm_params
133133

134134
Parameters are algorithm specific: not all algorithms support pre-trained

0 commit comments

Comments
 (0)