From: Yong Bakos Date: Thu, 28 Apr 2016 16:59:06 +0000 (-0500) Subject: desktop-shell: Use 'surface-local' to correct grammar X-Git-Tag: upstream/5.0.0~1144 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bbb783a9570fc47625d196f83cbfec7adc56926a;p=platform%2Fupstream%2Fweston.git desktop-shell: Use 'surface-local' to correct grammar Correct the pluralization by simplifying with 'surface-local'. See https://lists.freedesktop.org/archives/wayland-devel/2016-April/028249.html. Signed-off-by: Yong Bakos Reviewed-by: Bryce Harrington --- diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index cd269a8..27a6ca3 100644 --- a/desktop-shell/shell.c +++ b/desktop-shell/shell.c @@ -1869,7 +1869,7 @@ static const struct weston_pointer_grab_interface resize_grab_interface = { /* * Returns the bounding box of a surface and all its sub-surfaces, - * in the surface coordinates system. */ + * in surface-local coordinates. */ static void surface_subsurfaces_boundingbox(struct weston_surface *surface, int32_t *x, int32_t *y, int32_t *w, int32_t *h) {