Index: content/shell/browser/layout_test/blink_test_controller.h |
diff --git a/content/shell/browser/layout_test/blink_test_controller.h b/content/shell/browser/layout_test/blink_test_controller.h |
index d3f4eff788c74bf29c2734bd23be13b4791dbac7..f59d40a410267c3f5d7ab7956a268f6d1037fd4a 100644 |
--- a/content/shell/browser/layout_test/blink_test_controller.h |
+++ b/content/shell/browser/layout_test/blink_test_controller.h |
@@ -45,7 +45,7 @@ class RenderProcessHost; |
class Shell; |
#if defined(OS_ANDROID) |
-// Android uses a nested message loop for running layout tests because the |
+// Android uses a nested run loop for running layout tests because the |
// default message loop, provided by the system, does not offer a blocking |
// Run() method. The loop itself, implemented as NestedMessagePumpAndroid, |
// uses a base::WaitableEvent allowing it to sleep until more events arrive. |