From: Zhou nan Date: Tue, 20 Sep 2022 01:36:45 +0000 (-0400) Subject: md: Fix spelling mistake in comments of r5l_log X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=65b94b527dfcb700b84d043c5bdf2924663724e7;p=linux.git md: Fix spelling mistake in comments of r5l_log Fix spelling of dones't in comments. Signed-off-by: Zhou nan Signed-off-by: Song Liu --- diff --git a/drivers/md/raid5-cache.c b/drivers/md/raid5-cache.c index 8e3ca60b5a585..79c73330020b1 100644 --- a/drivers/md/raid5-cache.c +++ b/drivers/md/raid5-cache.c @@ -125,7 +125,7 @@ struct r5l_log { * reclaimed. if it's 0, reclaim spaces * used by io_units which are in * IO_UNIT_STRIPE_END state (eg, reclaim - * dones't wait for specific io_unit + * doesn't wait for specific io_unit * switching to IO_UNIT_STRIPE_END * state) */ wait_queue_head_t iounit_wait;