| Index: ash/display/display_util.h
|
| diff --git a/ash/display/display_util.h b/ash/display/display_util.h
|
| index 3267d7083c37a24a971dc7b0b02fc321c34b16fb..fc331cb97d8aeaa6b01bf16220c03e0ad187aa2c 100644
|
| --- a/ash/display/display_util.h
|
| +++ b/ash/display/display_util.h
|
| @@ -63,7 +63,7 @@ ASH_EXPORT bool SetDisplayUIScale(int64_t display_id, float scale);
|
| bool HasDisplayModeForUIScale(const DisplayInfo& info, float ui_scale);
|
|
|
| // Computes the bounds that defines the bounds between two displays.
|
| -// Returns false if two displays does not intersect.
|
| +// Returns false if two displays do not intersect.
|
| bool ComputeBoundary(const gfx::Display& primary_display,
|
| const gfx::Display& secondary_display,
|
| gfx::Rect* primary_edge_in_screen,
|
|
|