| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index ac98e763dd0cb1afd2c748fad3fb95d07f181c3a..22fda18c01ca04439d67e89eaba3bcea70d974ca 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -188,7 +188,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
| // rid of NW subclasses and do this all via message handling.
|
| DesktopRootWindowHost* desktop_root_window_host;
|
| // Whether this window is intended to be a toplevel window with no
|
| - // attachment to any other window. (This may be a transient window is
|
| + // attachment to any other window. (This may be a transient window if
|
| // |parent| is set.)
|
| bool top_level;
|
| // Only used by NativeWidgetAura. Specifies the type of layer for the
|
|
|