protocol: Fix typo

Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
This commit is contained in:
Tiago Vignatti 2012-09-25 12:19:57 +03:00 committed by Kristian Høgsberg
parent 4b681a7fd4
commit 35d8da8ef6

View file

@ -45,7 +45,7 @@
<request name="sync">
<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
handled in-order, this can be used as a barrier to ensure all
previous requests have been handled.