mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-24 06:59:50 -05:00
wayland: Fix typos
My vim spell checker is able to find typos of xml files after adding "syn spell toplevel" to ~/.vim/after/syntax/xml.vim aah, and Wayland is capital letter :) Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
This commit is contained in:
parent
b5af60a57b
commit
b41dc10063
1 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,7 @@
|
||||||
<interface name="wl_display" version="1">
|
<interface name="wl_display" version="1">
|
||||||
<description summary="core global object">
|
<description summary="core global object">
|
||||||
The core global object. This is a special singleton object. It
|
The core global object. This is a special singleton object. It
|
||||||
is used for internal wayland protocol features.
|
is used for internal Wayland protocol features.
|
||||||
</description>
|
</description>
|
||||||
<request name="bind">
|
<request name="bind">
|
||||||
<description summary="bind an object to the display">
|
<description summary="bind an object to the display">
|
||||||
|
|
@ -138,7 +138,7 @@
|
||||||
<interface name="wl_shm_pool" version="1">
|
<interface name="wl_shm_pool" version="1">
|
||||||
<description summary="a shared memory pool">
|
<description summary="a shared memory pool">
|
||||||
The wl_shm_pool object encapsulates a piece of memory shared
|
The wl_shm_pool object encapsulates a piece of memory shared
|
||||||
between the compsitor and client. Through the wl_shm_pool
|
between the compositor and client. Through the wl_shm_pool
|
||||||
object, the client can allocate shared memory wl_buffer objects.
|
object, the client can allocate shared memory wl_buffer objects.
|
||||||
The objects will share the same underlying mapped memory.
|
The objects will share the same underlying mapped memory.
|
||||||
Reusing the mapped memory avoids the setup/teardown overhead and
|
Reusing the mapped memory avoids the setup/teardown overhead and
|
||||||
|
|
@ -156,7 +156,7 @@
|
||||||
those advertised through the wl_shm.format event.
|
those advertised through the wl_shm.format event.
|
||||||
|
|
||||||
A buffer will keep a reference to the pool it was created from
|
A buffer will keep a reference to the pool it was created from
|
||||||
so it is valid to destroy the pool immediatedly after creating
|
so it is valid to destroy the pool immediately after creating
|
||||||
a buffer from it.
|
a buffer from it.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue