aboutsummaryrefslogtreecommitdiffstats
path: root/protocol
diff options
context:
space:
mode:
authorYong Bakos <ybakos@humanoriented.com>2016-10-02 09:09:59 -0700
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2016-11-10 13:11:17 +0200
commitb802108f6e8dc664a36cc0b1f707d130e48221aa (patch)
tree54ca3f96a8fa325f046e695f6b89c4fa6f16fb05 /protocol
parentprotocol: Describe wl_registry as singleton (diff)
downloadwayland-b802108f6e8dc664a36cc0b1f707d130e48221aa.tar
wayland-b802108f6e8dc664a36cc0b1f707d130e48221aa.tar.gz
wayland-b802108f6e8dc664a36cc0b1f707d130e48221aa.tar.bz2
wayland-b802108f6e8dc664a36cc0b1f707d130e48221aa.tar.lz
wayland-b802108f6e8dc664a36cc0b1f707d130e48221aa.tar.xz
wayland-b802108f6e8dc664a36cc0b1f707d130e48221aa.tar.zst
wayland-b802108f6e8dc664a36cc0b1f707d130e48221aa.zip
protocol: Use singleton global consistently
The protocol describes wl_shm as a "global singleton" rather than "singleton global," which is the order used throughout other protocol object descriptions. Re-order the terms for consistency. Signed-off-by: Yong Bakos <ybakos@humanoriented.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'protocol')
-rw-r--r--protocol/wayland.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index c5aaf5c..aa07f45 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -259,7 +259,7 @@
<interface name="wl_shm" version="1">
<description summary="shared memory support">
- A global singleton object that provides support for shared
+ A singleton global object that provides support for shared
memory.
Clients can create wl_shm_pool objects using the create_pool