summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2015-11-23 15:13:57 -0500
committerBryce Harrington <bryce@osg.samsung.com>2015-11-23 19:28:47 -0800
commitb50ed17bda0c274b5f675e5892ec19cb3eade6e1 (patch)
treec6fe579befa0ad8c331fdc2e12a20a6c1fc09ae2 /clients
parent51baeb2840fa52247a33f9a6164891da186f152a (diff)
downloadweston-b50ed17bda0c274b5f675e5892ec19cb3eade6e1.tar.gz
clients: Adjust grammar of comment for toysurface->prepare function pointer
Signed-off-by: Chris Michael <cp.michael@samsung.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'clients')
-rw-r--r--clients/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/window.c b/clients/window.c
index bf3c470c..5d69116e 100644
--- a/clients/window.c
+++ b/clients/window.c
@@ -145,7 +145,7 @@ struct window_output {
struct toysurface {
/*
- * Prepare the surface for drawing. Makes sure there is a surface
+ * Prepare the surface for drawing. Ensure there is a surface
* of the right size available for rendering, and return it.
* dx,dy are the x,y of wl_surface.attach.
* width,height are the new buffer size.