diff options
author | Tom Rix <trix@redhat.com> | 2022-01-26 05:18:26 -0800 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2022-02-22 10:46:02 -0500 |
commit | a8b9d116cda047f38ba29ce26df49c57479ffaa2 (patch) | |
tree | 56312b2d525562c0eec99b238ce2dcac27c86b73 /include | |
parent | 118f31b4964fa9fce65b0901ef598c734553cfc7 (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/device-mapper.h | 2 |
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; |