tests: Typo in a comment
authorBryce Harrington <bryce@osg.samsung.com>
Wed, 15 Apr 2015 22:06:27 +0000 (15:06 -0700)
committerBryce Harrington <bryce@osg.samsung.com>
Wed, 15 Apr 2015 22:07:54 +0000 (15:07 -0700)
(Spotted by Silvan)

Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
tests/test-compositor.c

index 89c4140..1caea18 100644 (file)
@@ -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)
 {