From b50ed17bda0c274b5f675e5892ec19cb3eade6e1 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Mon, 23 Nov 2015 15:13:57 -0500 Subject: [PATCH] clients: Adjust grammar of comment for toysurface->prepare function pointer Signed-off-by: Chris Michael Reviewed-by: Bryce Harrington --- clients/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/window.c b/clients/window.c index bf3c470..5d69116 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. -- 2.7.4