summaryrefslogtreecommitdiff
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
parent9e2e3bcaa74806ae6dd9fec7f9505b1605e5965b (diff)
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