Index: chrome/browser/sync/test/integration/status_change_checker.h |
diff --git a/chrome/browser/sync/test/integration/status_change_checker.h b/chrome/browser/sync/test/integration/status_change_checker.h |
index 1acc26ff01f2a896e5cc2edbbec0f332df8e92c0..1716b35e6a330d9260deda1c7de6a8131fdce36c 100644 |
--- a/chrome/browser/sync/test/integration/status_change_checker.h |
+++ b/chrome/browser/sync/test/integration/status_change_checker.h |
@@ -45,7 +45,7 @@ class StatusChangeChecker { |
// Timeout length when blocking. |
virtual base::TimeDelta GetTimeoutDuration(); |
- // Helper function to start running the nested message loop. |
+ // Helper function to start running the nested run loop. |
// |
// Will exit if IsExitConditionSatisfied() returns true when called from |
// CheckExitCondition(), if a timeout occurs, or if StopWaiting() is called. |