| Index: ui/views/controls/menu/menu_runner.h
|
| diff --git a/ui/views/controls/menu/menu_runner.h b/ui/views/controls/menu/menu_runner.h
|
| index 1f8c63bd2268be484d6c6134cbff90c3cae425cd..f88d2aadce0a3458253775a3d21c690d01b40385 100644
|
| --- a/ui/views/controls/menu/menu_runner.h
|
| +++ b/ui/views/controls/menu/menu_runner.h
|
| @@ -109,7 +109,7 @@ class VIEWS_EXPORT MenuRunner {
|
| MenuAnchorPosition anchor,
|
| ui::MenuSourceType source_type);
|
|
|
| - // Returns true if we're in a nested message loop running the menu.
|
| + // Returns true if we're in a nested run loop running the menu.
|
| bool IsRunning() const;
|
|
|
| // Hides and cancels the menu. This does nothing if the menu is not open.
|
|
|