Documentation: dm-integrity: Fix minor grammatical error.
authorRussell Harmon <eatnumber1@gmail.com>
Mon, 5 Jun 2023 05:08:50 +0000 (22:08 -0700)
committerMike Snitzer <snitzer@kernel.org>
Thu, 22 Jun 2023 22:39:50 +0000 (18:39 -0400)
"where dm-integrity uses bitmap" becomes "where dm-integrity uses a
bitmap"

Signed-off-by: Russell Harmon <eatnumber1@gmail.com>
Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Documentation/admin-guide/device-mapper/dm-integrity.rst

index 8db172efa272936501e788680fe0362d238dcb32..b2a698e955a3d0fb5589fe9b77ed9550ccd1acf7 100644 (file)
@@ -25,7 +25,7 @@ mode it calculates and verifies the integrity tag internally. In this
 mode, the dm-integrity target can be used to detect silent data
 corruption on the disk or in the I/O path.
 
-There's an alternate mode of operation where dm-integrity uses bitmap
+There's an alternate mode of operation where dm-integrity uses bitmap
 instead of a journal. If a bit in the bitmap is 1, the corresponding
 region's data and integrity tags are not synchronized - if the machine
 crashes, the unsynchronized regions will be recalculated. The bitmap mode