diff options
| author | Bryce Harrington <bryce@osg.samsung.com> | 2015-03-17 15:09:30 -0700 |
|---|---|---|
| committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2015-03-18 16:32:20 +0200 |
| commit | be47969a38d66e125b7f13b9a9b44e447219a00a (patch) | |
| tree | f915506300c335545bf7846bb5609e9a63929a39 /src | |
| parent | cursor: add wl_cursor_frame_and_duration (diff) | |
| download | wayland-be47969a38d66e125b7f13b9a9b44e447219a00a.tar wayland-be47969a38d66e125b7f13b9a9b44e447219a00a.tar.gz wayland-be47969a38d66e125b7f13b9a9b44e447219a00a.tar.bz2 wayland-be47969a38d66e125b7f13b9a9b44e447219a00a.tar.lz wayland-be47969a38d66e125b7f13b9a9b44e447219a00a.tar.xz wayland-be47969a38d66e125b7f13b9a9b44e447219a00a.tar.zst wayland-be47969a38d66e125b7f13b9a9b44e447219a00a.zip | |
client: Fix typo
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'src')
| -rw-r--r-- | src/wayland-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wayland-client.c b/src/wayland-client.c index 0f1405c..9adde38 100644 --- a/src/wayland-client.c +++ b/src/wayland-client.c @@ -955,7 +955,7 @@ static const struct wl_callback_listener sync_listener = { * \param queue The queue on which to run the roundtrip * \return The number of dispatched events on success or -1 on failure * - * Blocks until the server process all currently issued requests and + * Blocks until the server processes all currently issued requests and * sends out pending events on the event queue. * * \note This function uses wl_display_dispatch_queue() internally. If you |
