mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
doc: fixed a typo
Reviewed-by: Bryce Harrington <b.harrington@samsung.com>
This commit is contained in:
parent
5e79171cf1
commit
f73f76775f
1 changed files with 1 additions and 1 deletions
|
|
@ -1217,7 +1217,7 @@ cancel_read(struct wl_display *display)
|
||||||
* This will read events from the file descriptor for the display.
|
* This will read events from the file descriptor for the display.
|
||||||
* This function does not dispatch events, it only reads and queues
|
* This function does not dispatch events, it only reads and queues
|
||||||
* events into their corresponding event queues. If no data is
|
* events into their corresponding event queues. If no data is
|
||||||
* avilable on the file descriptor, wl_display_read_events() returns
|
* available on the file descriptor, wl_display_read_events() returns
|
||||||
* immediately. To dispatch events that may have been queued, call
|
* immediately. To dispatch events that may have been queued, call
|
||||||
* wl_display_dispatch_pending() or
|
* wl_display_dispatch_pending() or
|
||||||
* wl_display_dispatch_queue_pending().
|
* wl_display_dispatch_queue_pending().
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue