Skip to content

Commit 5d1c829

Browse files
Slo-PixMikulas Patocka
authored andcommitted
docs: device-mapper: fix typos in delay.rst and vdo-design.rst
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>
1 parent c17b750 commit 5d1c829

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/admin-guide/device-mapper/delay.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Table line has to either have 3, 6 or 9 arguments:
1818
to write and flush operations on optionally different write_device with
1919
optionally different sector offset
2020

21-
9: same as 6 arguments plus define flush_offset and flush_delay explicitely
21+
9: same as 6 arguments plus define flush_offset and flush_delay explicitly
2222
on/with optionally different flush_device/flush_offset.
2323

2424
Offsets are specified in sectors.

Documentation/admin-guide/device-mapper/vdo-design.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ lock and return itself to the pool.
600600
All storage within vdo is managed as 4KB blocks, but it can accept writes
601601
as small as 512 bytes. Processing a write that is smaller than 4K requires
602602
a read-modify-write operation that reads the relevant 4K block, copies the
603-
new data over the approriate sectors of the block, and then launches a
603+
new data over the appropriate sectors of the block, and then launches a
604604
write operation for the modified data block. The read and write stages of
605605
this operation are nearly identical to the normal read and write
606606
operations, and a single data_vio is used throughout this operation.

0 commit comments

Comments
 (0)