From: Tiago Vignatti Date: Tue, 25 Sep 2012 09:19:57 +0000 (+0300) Subject: protocol: Fix typo X-Git-Tag: accepted/2.0alpha-wayland/20121109.201735~96 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35d8da8ef688de7bff63972e50461124415dc63c;p=profile%2Fivi%2Fwayland.git protocol: Fix typo Signed-off-by: Tiago Vignatti --- diff --git a/protocol/wayland.xml b/protocol/wayland.xml index ff077a3..e9f8034 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -45,7 +45,7 @@ - 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.