protocol: Improve a bit of grammar for wl_surface::attach description
authorBryce W. Harrington <b.harrington@samsung.com>
Fri, 9 Aug 2013 17:44:59 +0000 (17:44 +0000)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 13 Aug 2013 04:25:48 +0000 (21:25 -0700)
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
protocol/wayland.xml

index 8619e91..d7bbbb9 100644 (file)
 
        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>