| Index: ui/aura/window.h
|
| diff --git a/ui/aura/window.h b/ui/aura/window.h
|
| index 89b24bbf02ac9df8768b67404175cc2578338ff9..946904b02884139c16f5259693216912bf7ba54f 100644
|
| --- a/ui/aura/window.h
|
| +++ b/ui/aura/window.h
|
| @@ -266,7 +266,7 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
|
| // Returns the topmost Window with a delegate containing |local_point|.
|
| Window* GetTopWindowContainingPoint(const gfx::Point& local_point);
|
|
|
| - // Returns this window's toplevel window (the highest-up-the-tree anscestor
|
| + // Returns this window's toplevel window (the highest-up-the-tree ancestor
|
| // that has a delegate set). The toplevel window may be |this|.
|
| Window* GetToplevelWindow();
|
|
|
|
|