summaryrefslogtreecommitdiffstats
path: root/ash/display/display_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/display/display_util.h')
-rw-r--r--ash/display/display_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/display/display_util.h b/ash/display/display_util.h
index 3267d70..fc331cb 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,