Index: chrome/browser/ui/views/chrome_views_delegate_win.cc |
diff --git a/chrome/browser/ui/views/chrome_views_delegate_win.cc b/chrome/browser/ui/views/chrome_views_delegate_win.cc |
index 3202ad5d9ac8a785f361e43a87f0842e8efcb1b9..ee75e512cccee7813aa36ec4264c731b882f6273 100644 |
--- a/chrome/browser/ui/views/chrome_views_delegate_win.cc |
+++ b/chrome/browser/ui/views/chrome_views_delegate_win.cc |
@@ -38,7 +38,7 @@ bool MonitorHasAutohideTaskbarForEdge(UINT edge, HMONITOR monitor) { |
// state of the taskbar and then retrieve its position. That call returns |
// the edge on which the taskbar is present. If it matches the edge we |
// are looking for, we are done. |
- // NOTE: This call spins a nested message loop. |
+ // NOTE: This call spins a nested run loop. |
HWND taskbar = reinterpret_cast<HWND>( |
SHAppBarMessage(ABM_GETAUTOHIDEBAR, &taskbar_data)); |
if (!::IsWindow(taskbar)) { |