diff options
author | Chris Dunlop <chris@onthe.net.au> | 2011-10-19 09:48:26 +0400 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2011-10-19 10:15:15 +0400 |
commit | 751e67ca2e2790e9b9b187557d5ba6f96b6c4a7e (patch) | |
tree | 029525eb09d78e63b97d151a0d2e1871d6766885 /drivers/md | |
parent | d70ed2e4fafdbef0800e73942482bb075c21578b (diff) | |
download | linux-751e67ca2e2790e9b9b187557d5ba6f96b6c4a7e.tar.xz |
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.c | 4 |
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); |