summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <b.harrington@samsung.com>2013-07-15 15:36:01 -0700
committerBryce Harrington <b.harrington@samsung.com>2013-08-09 10:43:36 -0700
commitfaa3c3cd465cf5b23b086d8cf4e88dd1394a1571 (patch)
tree7ea2efb82772e9ef6244aa0e81e36c198ca7568f
parentb0e97a2fa01296313ba5412baa054970204d65b0 (diff)
protocol: Improve a bit of grammar for wl_surface::attach descriptiondoc-grammar
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
-rw-r--r--protocol/wayland.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 8619e91..d7bbbb9 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -1015,10 +1015,10 @@
Destroying the wl_buffer after wl_buffer.release does not change
the surface contents. However, if the client destroys the
- wl_buffer before receiving wl_buffer.release, the surface
+ wl_buffer before receiving the wl_buffer.release event, the surface
contents become undefined immediately.
- Only if wl_surface.attach is sent with a NULL wl_buffer, the
+ If wl_surface.attach is sent with a NULL wl_buffer, the
following wl_surface.commit will remove the surface content.
</description>