dm snapshot: fix typo in snapshot_map() comment
authorZhang Jiaming <jiaming@nfschina.com>
Fri, 1 Jul 2022 08:09:59 +0000 (16:09 +0800)
committerMike Snitzer <snitzer@kernel.org>
Thu, 7 Jul 2022 15:49:39 +0000 (11:49 -0400)
Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
drivers/md/dm-snap.c

index 0d336b5..d1c2f84 100644 (file)
@@ -2026,7 +2026,7 @@ static int snapshot_map(struct dm_target *ti, struct bio *bio)
        /*
         * Write to snapshot - higher level takes care of RW/RO
         * flags so we should only get this if we are
-        * writeable.
+        * writable.
         */
        if (bio_data_dir(bio) == WRITE) {
                pe = __lookup_pending_exception(s, chunk);