diff options
author | Matthew Sakai <msakai@redhat.com> | 2024-01-20 06:27:27 +0300 |
---|---|---|
committer | Mike Snitzer <snitzer@kernel.org> | 2024-03-04 23:07:55 +0300 |
commit | bbe434d94e007d3db258cfbc16336290af39d0bc (patch) | |
tree | 37f5e29eb976bfcdaf5abe56adbda2adbf248ae0 /drivers/md/dm-vdo/indexer/delta-index.h | |
parent | eebd4e163024944ed53b6ad6d147e49df24dba32 (diff) | |
download | linux-bbe434d94e007d3db258cfbc16336290af39d0bc.tar.xz |
dm vdo indexer delta-index: fix typos in comments
Signed-off-by: Matthew Sakai <msakai@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'drivers/md/dm-vdo/indexer/delta-index.h')
-rw-r--r-- | drivers/md/dm-vdo/indexer/delta-index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-vdo/indexer/delta-index.h b/drivers/md/dm-vdo/indexer/delta-index.h index 3d2ea19aef61..53f6c6ac0bc7 100644 --- a/drivers/md/dm-vdo/indexer/delta-index.h +++ b/drivers/md/dm-vdo/indexer/delta-index.h @@ -141,7 +141,7 @@ struct delta_index_page { * record at the end of the list. * * (5) If at_end is false and is_collision is true, the delta_list entry fields refer to a - * collision entry in the list, and the delta_list entry can be used a a reference to this + * collision entry in the list, and the delta_list entry can be used as a reference to this * entry. * * (6) If at_end is false and is_collision is false, the delta_list entry fields refer to a |