From 751e67ca2e2790e9b9b187557d5ba6f96b6c4a7e Mon Sep 17 00:00:00 2001 From: Chris Dunlop Date: Wed, 19 Oct 2011 16:48:26 +1100 Subject: [PATCH] md.c: trivial comment fix Trivial comment fix Signed-off-by: Chris Dunlop Signed-off-by: NeilBrown --- drivers/md/md.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/md/md.c b/drivers/md/md.c index e8d198da917..266e82ebaf1 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c @@ -741,8 +741,8 @@ static void mddev_unlock(struct mddev * mddev) } else mutex_unlock(&mddev->reconfig_mutex); - /* was we've dropped the mutex we need a spinlock to - * make sur the thread doesn't disappear + /* As we've dropped the mutex we need a spinlock to + * make sure the thread doesn't disappear */ spin_lock(&pers_lock); md_wakeup_thread(mddev->thread); -- 2.41.0