From 70d3c0fe8a49ae2317ed5baaf2e3062d73cae6f4 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Wed, 15 Apr 2015 15:06:27 -0700 Subject: [PATCH] tests: Typo in a comment (Spotted by Silvan) Signed-off-by: Bryce Harrington --- tests/test-compositor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-compositor.c b/tests/test-compositor.c index 89c4140..1caea18 100644 --- a/tests/test-compositor.c +++ b/tests/test-compositor.c @@ -471,7 +471,7 @@ client_disconnect(struct client *c) } /* num is number of clients that requests to stop display. - * Display is stopped after it receive num STOP_DISPLAY requests */ + * Display is stopped after it receives num STOP_DISPLAY requests */ int stop_display(struct client *c, int num) { -- 2.7.4