md.c: trivial comment fix
authorChris Dunlop <chris@onthe.net.au>
Wed, 19 Oct 2011 05:48:26 +0000 (16:48 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 19 Oct 2011 06:15:15 +0000 (17:15 +1100)
Trivial comment fix

Signed-off-by: Chris Dunlop <chris@onthe.net.au>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/md.c

index e8d198d..266e82e 100644 (file)
@@ -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);