From 7c1fb3ff51d37a75fae6e7803d620de87ac9898c Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Fri, 3 Feb 2017 17:01:59 -0800 Subject: [PATCH] libweston: grammar fix to recent comment --- libweston/compositor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libweston/compositor.c b/libweston/compositor.c index 42102646..8d6175e1 100644 --- a/libweston/compositor.c +++ b/libweston/compositor.c @@ -2350,7 +2350,7 @@ output_repaint_timer_handler(void *data) /* If repaint fails, we aren't going to get weston_output_finish_frame * to trigger a new repaint, so drop it from repaint and hope - * something later schedules a successful repaint. */ + * something schedules a successful repaint later. */ ret = weston_output_repaint(output); if (ret != 0) goto err;