mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-19 06:59:51 -05:00
protocol: Fix typo
Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
This commit is contained in:
parent
4b681a7fd4
commit
35d8da8ef6
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
<request name="sync">
|
<request name="sync">
|
||||||
<description summary="asynchronous roundtrip">
|
<description summary="asynchronous roundtrip">
|
||||||
The sync request asks the server to invoke the 'done' request
|
The sync request asks the server to emit the 'done' event
|
||||||
on the provided wl_callback object. Since requests are
|
on the provided wl_callback object. Since requests are
|
||||||
handled in-order, this can be used as a barrier to ensure all
|
handled in-order, this can be used as a barrier to ensure all
|
||||||
previous requests have been handled.
|
previous requests have been handled.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue