Przeglądaj źródła

md.c: trivial comment fix

Trivial comment fix

Signed-off-by: Chris Dunlop <chris@onthe.net.au>
Signed-off-by: NeilBrown <neilb@suse.de>
Chris Dunlop 13 lat temu
rodzic
commit
751e67ca2e
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      drivers/md/md.c

+ 2 - 2
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);