Index: ui/views/controls/menu/menu_controller.h |
diff --git a/ui/views/controls/menu/menu_controller.h b/ui/views/controls/menu/menu_controller.h |
index 832ef344b8d6622d4d19c2f94d8388fd70762103..cb0f198806e8422c3ef94b9d478ba14aae67a1c4 100644 |
--- a/ui/views/controls/menu/menu_controller.h |
+++ b/ui/views/controls/menu/menu_controller.h |
@@ -231,7 +231,7 @@ class VIEWS_EXPORT MenuController |
SubmenuView* submenu; |
}; |
- // Sets the selection to menu_item a value of NULL unselects |
+ // Sets the selection to |menu_item|. A value of NULL unselects |
// everything. |types| is a bitmask of |SetSelectionTypes|. |
// |
// Internally this updates pending_state_ immediatley. state_ is only updated |