tests: Typo in a comment

(Spotted by Silvan)

Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
Bryce Harrington 2015-04-15 15:06:27 -07:00
parent 0583ce741e
commit 70d3c0fe8a

View 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)
{