Index: views/widget/widget.h |
diff --git a/views/widget/widget.h b/views/widget/widget.h |
index 17413c3db9e6d91fb554bac871c2d7fd8eb86289..e361c596fcbb719550694bee761347a380a883e0 100644 |
--- a/views/widget/widget.h |
+++ b/views/widget/widget.h |
@@ -709,7 +709,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, |
// |saved_show_state_| is maximized. |
gfx::Rect initial_restored_bounds_; |
- // The smallest size the window can be. |
+ // The smallest size the user can resize the window. |
gfx::Size minimum_size_; |
// Focus is automatically set to the view provided by the delegate |