Skip to content

Commit c3ba5aa

Browse files
eatnumber1Mike Snitzer
authored andcommitted
Documentation: dm-integrity: Fix minor grammatical error.
"where dm-integrity uses bitmap" becomes "where dm-integrity uses a bitmap" Signed-off-by: Russell Harmon <[email protected]> Reviewed-by: Bagas Sanjaya <[email protected]> Signed-off-by: Mike Snitzer <[email protected]>
1 parent 25c9a4a commit c3ba5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/admin-guide/device-mapper/dm-integrity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mode it calculates and verifies the integrity tag internally. In this
2525
mode, the dm-integrity target can be used to detect silent data
2626
corruption on the disk or in the I/O path.
2727

28-
There's an alternate mode of operation where dm-integrity uses bitmap
28+
There's an alternate mode of operation where dm-integrity uses a bitmap
2929
instead of a journal. If a bit in the bitmap is 1, the corresponding
3030
region's data and integrity tags are not synchronized - if the machine
3131
crashes, the unsynchronized regions will be recalculated. The bitmap mode

0 commit comments

Comments
 (0)