aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
diff options
context:
space:
mode:
authorChris Dunlop <chris@onthe.net.au>2011-10-19 16:48:26 +1100
committerNeilBrown <neilb@suse.de>2011-10-19 17:15:15 +1100
commit751e67ca2e2790e9b9b187557d5ba6f96b6c4a7e (patch)
tree029525eb09d78e63b97d151a0d2e1871d6766885 /drivers/md
parentd70ed2e4fafdbef0800e73942482bb075c21578b (diff)
md.c: trivial comment fix
Trivial comment fix Signed-off-by: Chris Dunlop <chris@onthe.net.au> Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/md')
-rw-r--r--drivers/md/md.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c
index e8d198da917c..266e82ebaf11 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);