summaryrefslogtreecommitdiff
path: root/drivers/md/dm-cache-metadata.h
diff options
context:
space:
mode:
authorSteven Lung <1030steven@gmail.com>2022-06-21 10:12:59 +0300
committerMike Snitzer <snitzer@kernel.org>2022-07-07 18:49:37 +0300
commit5c29e784738c25be0f4ab188a88bf47697ca28fb (patch)
tree78aad707f1a543c42e19b57d13220d4dc33059c2 /drivers/md/dm-cache-metadata.h
parent20e6fc85621c32bbe53d110bf0ecabdaa15acd2e (diff)
downloadlinux-5c29e784738c25be0f4ab188a88bf47697ca28fb.tar.xz
dm cache: fix typo in 2 comment blocks
Replace neccessarily with necessarily. Signed-off-by: Steven Lung <1030steven@gmail.com> Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'drivers/md/dm-cache-metadata.h')
-rw-r--r--drivers/md/dm-cache-metadata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-cache-metadata.h b/drivers/md/dm-cache-metadata.h
index 179ed5bf81a3..0905f2c1615e 100644
--- a/drivers/md/dm-cache-metadata.h
+++ b/drivers/md/dm-cache-metadata.h
@@ -131,7 +131,7 @@ void dm_cache_dump(struct dm_cache_metadata *cmd);
* hints will be lost.
*
* The hints are indexed by the cblock, but many policies will not
- * neccessarily have a fast way of accessing efficiently via cblock. So
+ * necessarily have a fast way of accessing efficiently via cblock. So
* rather than querying the policy for each cblock, we let it walk its data
* structures and fill in the hints in whatever order it wishes.
*/