summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2022-01-26 16:18:26 +0300
committerMike Snitzer <snitzer@redhat.com>2022-02-22 18:46:02 +0300
commita8b9d116cda047f38ba29ce26df49c57479ffaa2 (patch)
tree56312b2d525562c0eec99b238ce2dcac27c86b73
parent118f31b4964fa9fce65b0901ef598c734553cfc7 (diff)
downloadlinux-a8b9d116cda047f38ba29ce26df49c57479ffaa2.tar.xz
dm: cleanup double word in comment
Remove the second 'a'. Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
-rw-r--r--include/linux/device-mapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h
index 7752d14d13f8..70cd9449275a 100644
--- a/include/linux/device-mapper.h
+++ b/include/linux/device-mapper.h
@@ -358,7 +358,7 @@ struct dm_target {
bool limit_swap_bios:1;
/*
- * Set if this target implements a a zoned device and needs emulation of
+ * Set if this target implements a zoned device and needs emulation of
* zone append operations using regular writes.
*/
bool emulate_zone_append:1;