diff options
author | 2025-08-13 10:18:36 +0300 | |
---|---|---|
committer | 2025-08-13 05:33:09 -0600 | |
commit | f7a2e1c08727384cde1c686dd57172f99b5f2e6e (patch) | |
tree | 5385c003981e0811f71f883fe144d7f53b04e313 | |
parent | blk-wbt: doc: Update the doc of the wbt_lat_usec interface (diff) | |
download | wireguard-linux-f7a2e1c08727384cde1c686dd57172f99b5f2e6e.tar.xz wireguard-linux-f7a2e1c08727384cde1c686dd57172f99b5f2e6e.zip |
Docs: admin-guide: Correct spelling mistake
Fix spelling mistake directoy to directory
Reported-by: codespell
Signed-off-by: Erick Karanja <karanja99erick@gmail.com>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Link: https://lore.kernel.org/r/20250813071837.668613-1-karanja99erick@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | Documentation/admin-guide/blockdev/zoned_loop.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/blockdev/zoned_loop.rst b/Documentation/admin-guide/blockdev/zoned_loop.rst index 9c7aa3b482f3..64dcfde7450a 100644 --- a/Documentation/admin-guide/blockdev/zoned_loop.rst +++ b/Documentation/admin-guide/blockdev/zoned_loop.rst @@ -79,7 +79,7 @@ zone_capacity_mb Device zone capacity (must always be equal to or lower than the zone size. Default: zone size. conv_zones Total number of conventioanl zones starting from sector 0. Default: 8. -base_dir Path to the base directoy where to create the directory +base_dir Path to the base directory where to create the directory containing the zone files of the device. Default=/var/local/zloop. The device directory containing the zone files is always |