Skip to content

Commit

Permalink
md.c: trivial comment fix
Browse files Browse the repository at this point in the history
Trivial comment fix

Signed-off-by: Chris Dunlop <chris@onthe.net.au>
Signed-off-by: NeilBrown <neilb@suse.de>
  • Loading branch information
Chris Dunlop authored and NeilBrown committed Oct 19, 2011
1 parent d70ed2e commit 751e67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/md/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 751e67c

Please sign in to comment.