]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
docs: device-mapper: fix typos in delay.rst and vdo-design.rst
authorShubham Sharma <slopixelz@gmail.com>
Sun, 10 Aug 2025 11:30:08 +0000 (17:00 +0530)
committerMikulas Patocka <mpatocka@redhat.com>
Tue, 19 Aug 2025 09:12:49 +0000 (11:12 +0200)
Fixed the following typos in device-mapper documentation:
- explicitely -> explicitly
- approriate -> appropriate

Signed-off-by: Shubham Sharma <slopixelz@gmail.com>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Documentation/admin-guide/device-mapper/delay.rst
Documentation/admin-guide/device-mapper/vdo-design.rst

index 4d667228e744260c0afa7784b6ea2e7a993a13d9..982136160d6f9878bd7729551fcecc1cebbfc9f1 100644 (file)
@@ -18,7 +18,7 @@ Table line has to either have 3, 6 or 9 arguments:
    to write and flush operations on optionally different write_device with
    optionally different sector offset
 
-9: same as 6 arguments plus define flush_offset and flush_delay explicitely
+9: same as 6 arguments plus define flush_offset and flush_delay explicitly
    on/with optionally different flush_device/flush_offset.
 
 Offsets are specified in sectors.
index 3cd59decbec0bb1ebc848d2b75c88ca4e2b78ed1..faa0ecd4a5ae9984a1add784ea3e47e84f07e928 100644 (file)
@@ -600,7 +600,7 @@ lock and return itself to the pool.
 All storage within vdo is managed as 4KB blocks, but it can accept writes
 as small as 512 bytes. Processing a write that is smaller than 4K requires
 a read-modify-write operation that reads the relevant 4K block, copies the
-new data over the approriate sectors of the block, and then launches a
+new data over the appropriate sectors of the block, and then launches a
 write operation for the modified data block. The read and write stages of
 this operation are nearly identical to the normal read and write
 operations, and a single data_vio is used throughout this operation.