summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-cache-target.c
diff options
context:
space:
mode:
authorSteven Lung <1030steven@gmail.com>2022-06-21 15:12:59 +0800
committerMike Snitzer <snitzer@kernel.org>2022-07-07 11:49:37 -0400
commit5c29e784738c25be0f4ab188a88bf47697ca28fb (patch)
tree78aad707f1a543c42e19b57d13220d4dc33059c2 /drivers/md/dm-cache-target.c
parent20e6fc85621c32bbe53d110bf0ecabdaa15acd2e (diff)
downloadlinux-5c29e784738c25be0f4ab188a88bf47697ca28fb.tar.gz
linux-5c29e784738c25be0f4ab188a88bf47697ca28fb.tar.bz2
linux-5c29e784738c25be0f4ab188a88bf47697ca28fb.zip
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-target.c')
-rw-r--r--drivers/md/dm-cache-target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-cache-target.c b/drivers/md/dm-cache-target.c
index 28c5de8eca4a..54a8d5c9a44e 100644
--- a/drivers/md/dm-cache-target.c
+++ b/drivers/md/dm-cache-target.c
@@ -2775,7 +2775,7 @@ static int load_mapping(void *context, dm_oblock_t oblock, dm_cblock_t cblock,
/*
* The discard block size in the on disk metadata is not
- * neccessarily the same as we're currently using. So we have to
+ * necessarily the same as we're currently using. So we have to
* be careful to only set the discarded attribute if we know it
* covers a complete block of the new size.
*/